Add .npmignore (#282)

This commit is contained in:
Paul Irish 2017-08-15 22:30:56 -07:00 committed by Andrey Lushnikov
parent 9c5c38e49a
commit 6a1fb26196
2 changed files with 17 additions and 1 deletions

16
.npmignore Normal file
View File

@ -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

View File

@ -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": {