Skip to content

Commit

Permalink
addon-dev: list published files explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 11, 2021
1 parent 70bbc09 commit 9aa2d0f
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 9aa2d0f

Please sign in to comment.