Skip to content

Commit

Permalink
Remove references to unused dist/ember-runtime.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdale committed Aug 18, 2018
1 parent 8974f23 commit c504069
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module.exports = {

let emberSourceDistPath = path.join(__dirname, '..', 'dist');
var emberFiles = [
'ember-runtime.js',
'ember-template-compiler.js',
'ember-testing.js',
'ember.debug.js',
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"files": [
"build-metadata.json",
"blueprints",
"dist/ember-runtime.js",
"dist/ember-runtime.map",
"dist/ember-template-compiler.js",
"dist/ember-template-compiler.map",
"dist/ember-testing.js",
Expand Down

0 comments on commit c504069

Please sign in to comment.