Skip to content

Commit

Permalink
fix: add files field to package.json (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Mar 30, 2020
1 parent bf74e7c commit f99a0e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"copy-dist-to-modules": "rm -rf node_modules/karma-sauce-launcher && mv dist/ node_modules/karma-sauce-launcher",
"run-example-karma": "yarn karma start examples/karma.conf-ci.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-sauce-launcher.git"
Expand Down

0 comments on commit f99a0e1

Please sign in to comment.