We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fc4a1 commit 650619dCopy full SHA for 650619d
package.json
@@ -2,6 +2,9 @@
2
"name": "flight-with-resources",
3
"description": "A Flight mixin for sharing named resources between components.",
4
"main": "dist/flight-with-resources.js",
5
+ "files": [
6
+ "dist"
7
+ ],
8
"scripts": {
9
"build": "rm -rf ./dist && NODE_ENV=publish webpack --config config/webpack.config.publish.js --sort-assets-by --progress",
10
"lint": "eslint config src",
0 commit comments