Skip to content

Commit

Permalink
fix: dist dir missing from module
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the module was missing its dist directory. That's now fixed.
  • Loading branch information
Tom Ashworth committed Nov 6, 2015
1 parent 33fc4a1 commit 650619d
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 @@ -2,6 +2,9 @@
"name": "flight-with-resources",
"description": "A Flight mixin for sharing named resources between components.",
"main": "dist/flight-with-resources.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && NODE_ENV=publish webpack --config config/webpack.config.publish.js --sort-assets-by --progress",
"lint": "eslint config src",
Expand Down

0 comments on commit 650619d

Please sign in to comment.