Skip to content

Commit

Permalink
Add .npmignore (puppeteer#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored and aslushnikov committed Aug 16, 2017
1 parent 9c5c38e commit 6a1fb26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# exclude phantomjs tests
third_party/phantomjs/
# exclude phantom_shim project
phantom_shim
# exclude all tests
test

# repeats from .gitignore
node_modules
.local-chromium
.dev_profile*
.DS_Store
*.swp
*.pyc
.vscode
package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "puppeteer",
"version": "0.9.0",
"description": "",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"main": "index.js",
"repository": "github:GoogleChrome/puppeteer",
"engines": {
Expand Down

0 comments on commit 6a1fb26

Please sign in to comment.