Skip to content

Commit

Permalink
fusionjs#726 adding file list to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Mar 19, 2019
1 parent d691d03 commit 515c069
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
"lint": "eslint .",
"test": "git clean -Xfd test/fixtures && jest --maxWorkers 1"
},
"files": [
"bin/",
"build/",
"commands/",
"entries/",
"lib/",
"plugins/",
"get-compilation-metadata.js",
"README.md",
"LICENSE"
],
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
Expand Down

0 comments on commit 515c069

Please sign in to comment.