Skip to content

Commit

Permalink
Merge pull request #1003 from embroider-build/addon-dev-files
Browse files Browse the repository at this point in the history
addon-dev: list published files explicitly
  • Loading branch information
ef4 committed Oct 11, 2021
2 parents 70bbc09 + 9aa2d0f commit 4a592ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/addon-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
"./template-colocation-plugin": "./src/template-colocation-plugin.js",
"./rollup": "./src/rollup.js"
},
"scripts": {
"prepare": "tsc"
},
"files": [
"sample-rollup.config.js",
"src/**/*.js",
"src/**/*.d.ts",
"src/**/*.js.map"
],
"dependencies": {
"@embroider/shared-internals": "^0.46.1",
"@rollup/pluginutils": "^4.1.1",
Expand Down

0 comments on commit 4a592ea

Please sign in to comment.