Skip to content

Commit

Permalink
Include TypeScript source in npm package
Browse files Browse the repository at this point in the history
This removes the `files` entry from the `package.json` so Glimmer ships with everything other packages need to do their own build, including the TypeScript and the ember-cli-build.js file.
  • Loading branch information
tomdale committed Jun 21, 2016
1 parent 4059d82 commit f4c6e9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"author": "Tilde, Inc.",
"license": "MIT",
"readmeFilename": "README.md",
"files": [
"dist"
],
"dependencies": {
"broccoli-concat": "^2.1.0",
"broccoli-funnel": "^1.0.1",
Expand Down

0 comments on commit f4c6e9e

Please sign in to comment.