Skip to content

Commit

Permalink
Other: Include just relevant files in npm package, fixes #781
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Nov 24, 2017
1 parent 367d5da commit a8376b5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 41 deletions.
12 changes: 0 additions & 12 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: node_js
node_js:
- 0.12
Expand Down
29 changes: 0 additions & 29 deletions .zuul.yml

This file was deleted.

16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,21 @@
"espree",
"escodegen",
"estraverse"
],
"files": [
"index.js",
"index.d.ts",
"light.d.ts",
"light.js",
"minimal.d.ts",
"minimal.js",
"package-lock.json",
"tsconfig.json",
"scripts/postinstall.js",
"bin/**",
"cli/**",
"ext/**",
"google/**",
"src/**"
]
}

0 comments on commit a8376b5

Please sign in to comment.