Skip to content

Commit 650619d

Browse files
author
Tom Ashworth
committed
fix: dist dir missing from module
BREAKING CHANGE: the module was missing its dist directory. That's now fixed.
1 parent 33fc4a1 commit 650619d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "flight-with-resources",
33
"description": "A Flight mixin for sharing named resources between components.",
44
"main": "dist/flight-with-resources.js",
5+
"files": [
6+
"dist"
7+
],
58
"scripts": {
69
"build": "rm -rf ./dist && NODE_ENV=publish webpack --config config/webpack.config.publish.js --sort-assets-by --progress",
710
"lint": "eslint config src",

0 commit comments

Comments
 (0)