Skip to content

Commit

Permalink
fix(npm): files missing from published npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 14, 2018
1 parent 3aec3c8 commit 821c570
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 @@ -3,6 +3,9 @@
"version": "0.4.3",
"description": "A simple yet robust i18n solution for universal JavaScript apps.",
"main": "dist/mi18n.min.js",
"files": [
"dist/"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --require babel-core/register src/**/*.test.js",
"test:watch": "yarn test -- --reporter min --watch",
Expand Down

0 comments on commit 821c570

Please sign in to comment.