Skip to content

Commit fb35653

Browse files
authored
Merge pull request #93 from ember-cli/loader-reduce
Ignore uneeded files on npm publish
2 parents 62b7ec8 + 7efd833 commit fb35653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"test": "testem ci && jshint lib tests && jscs lib tests",
2121
"test:dev": "testem"
2222
},
23+
"files": [
24+
"index.js",
25+
"lib"
26+
],
2327
"author": "",
2428
"license": "MIT",
2529
"bugs": {

0 commit comments

Comments
 (0)