mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Add .npmignore (#282)
This commit is contained in:
parent
9c5c38e49a
commit
6a1fb26196
16
.npmignore
Normal file
16
.npmignore
Normal 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
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "puppeteer",
|
"name": "puppeteer",
|
||||||
"version": "0.9.0",
|
"version": "0.9.0",
|
||||||
"description": "",
|
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "github:GoogleChrome/puppeteer",
|
"repository": "github:GoogleChrome/puppeteer",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
Reference in New Issue
Block a user