Skip to content

Commit

Permalink
Include src directories in distributed code so that source maps resol…
Browse files Browse the repository at this point in the history
…ve correctly for developers.
  • Loading branch information
chriseppstein committed Feb 16, 2019
1 parent 473e6cf commit f96b5b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/broccoli-eyeglass/package.json
Expand Up @@ -19,7 +19,11 @@
"test:debug": "mocha debug test/test_*.js"
},
"files": [
"lib"
"lib",
"LICENSE",
"NOTICE",
"*.md",
"src"
],
"keywords": [
"broccoli-plugin",
Expand Down
7 changes: 7 additions & 0 deletions packages/ember-cli-eyeglass/package.json
Expand Up @@ -79,6 +79,13 @@
"lodash.clonedeep": "^4.5.0",
"lodash.defaultsdeep": "^4.6.0"
},
"files": [
"lib",
"src",
"LICENSE",
"NOTICE",
"*.md"
],
"ember-addon": {
"configPath": "tests/dummy/config"
}
Expand Down
6 changes: 5 additions & 1 deletion packages/eyeglass/package.json
Expand Up @@ -77,6 +77,10 @@
},
"files": [
"lib",
"sass"
"src",
"sass",
"*.md",
"LICENSE",
"NOTICE"
]
}

0 comments on commit f96b5b5

Please sign in to comment.