sync settings with pkg
This commit is contained in:
parent
2466336ae9
commit
328868db1b
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,8 @@
|
||||
# build output
|
||||
/lib-es5
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# logs
|
||||
npm-debug.log
|
||||
*.*~
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
/lib
|
||||
/test
|
||||
.eslintignore
|
||||
.gitignore
|
||||
npm-debug.log
|
||||
@ -7,6 +7,11 @@
|
||||
"bin": {
|
||||
"pkg-fetch": "lib-es5/bin.js"
|
||||
},
|
||||
"files": [
|
||||
"lib-es5/*.js",
|
||||
"patches/*",
|
||||
"places.json"
|
||||
],
|
||||
"babel": {
|
||||
"plugins": [
|
||||
"transform-async-to-generator",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user