Skip to content

Commit

Permalink
fix(npm): add distribution folder to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan committed Jun 27, 2017
1 parent 2877cc9 commit 8b973fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"repository": "https://github.com/jethrokuan/sharedb-ace",
"author": "Jethro Kuan",
"files": [
"dist"
"dist", "distribution"
],
"license": "MIT",
"scripts": {
"build": "babel source --presets babel-preset-latest --out-dir distribution",
"build": "npm run build:npm && npm run build:dist",
"build:npm": "babel source --presets babel-preset-latest --out-dir distribution",
"build:dist": "webpack",
"watch": "yarn run build",
"test": "echo 'doing nothing'",
Expand Down

0 comments on commit 8b973fb

Please sign in to comment.