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. It adds a .npmignore file, which is a copy of the .gitignore file with dist/ removed.
  • Loading branch information
tomdale committed Jun 21, 2016
1 parent 4059d82 commit 69b857e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bower_components
/node_modules
tmp
npm-debug.log
sauce-example.log

testem.log

.vscode
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 69b857e

Please sign in to comment.