Skip to content

Commit

Permalink
sync settings with pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed Oct 7, 2016
1 parent 2466336 commit 328868d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# build output
/lib-es5

# dependencies
/node_modules

# logs
npm-debug.log
*.*~
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"bin": {
"pkg-fetch": "lib-es5/bin.js"
},
"files": [
"lib-es5/*.js",
"patches/*",
"places.json"
],
"babel": {
"plugins": [
"transform-async-to-generator",
Expand Down

0 comments on commit 328868d

Please sign in to comment.