Skip to content

Commit

Permalink
Remove development files from NPM package. Fixes #984
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored and fdintino committed Jul 18, 2020
1 parent 85918ef commit 63c4baf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -79,7 +79,12 @@
"bin": {
"nunjucks-precompile": "./bin/precompile"
},
"main": "index",
"main": "index.js",
"files": [
"bin/**",
"browser/**",
"src/**"
],
"nyc": {
"require": [
"babel-register"
Expand Down

0 comments on commit 63c4baf

Please sign in to comment.