Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 14, 2019
1 parent d44e9b5 commit 3420282
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 120 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"babel-plugin-filter-imports": "^3.0.0",
"babel6-plugin-strip-class-callcheck": "^6.0.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-concat": "^3.7.5",
"broccoli-file-creator": "^2.1.1",
"broccoli-stew": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@types/ember__test-helpers": "~0.7.9",
"@types/qunit": "^2.5.3",
"@types/rsvp": "^4.0.3",
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-concat": "^3.7.5",
"broccoli-stew": "^3.0.0",
"broccoli-string-replace": "^0.1.2",
Expand Down
1 change: 0 additions & 1 deletion packages/canary-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"babel-plugin-debug-macros": "^0.3.3",
"babel-plugin-filter-imports": "^3.0.0",
"babel6-plugin-strip-class-callcheck": "^6.0.0",
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-file-creator": "^2.1.1",
"broccoli-test-helper": "^2.0.0",
"calculate-cache-key-for-tree": "^2.0.0",
Expand Down

This file was deleted.

13 changes: 2 additions & 11 deletions packages/private-build-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"doc": "doc",
"test": "tests"
},
"scripts": {
"test:node": "mocha"
},
"scripts": {},
"dependencies": {
"ember-cli-babel": "^7.12.0",
"ember-cli-typescript": "^3.1.1",
Expand Down Expand Up @@ -42,14 +40,7 @@
"rsvp": "^4.8.5",
"silent-error": "^1.1.1"
},
"devDependencies": {
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-test-helper": "^2.0.0",
"co": "^4.6.0",
"common-tags": "^1.8.0",
"ember-cli-blueprint-test-helpers": "^0.19.1",
"mocha": "^6.2.2"
},
"devDependencies": {},
"engines": {
"node": ">= 8.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,7 @@ broccoli-babel-transpiler@^6.5.0:
rsvp "^4.8.2"
workerpool "^2.3.0"

broccoli-babel-transpiler@^7.2.0, broccoli-babel-transpiler@^7.3.0:
broccoli-babel-transpiler@^7.3.0:
version "7.3.0"
resolved "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.3.0.tgz#a0ad3a37dbf74469664bbca403d652070c2c1317"
integrity sha512-tsXNvDf3gp6g8rGkz234AhbaIRUsCdd6CM3ikfkJVB0EpC8ZAczGsFKTjENLy1etx4s7FkruW/QjI7Wfdhx6Ng==
Expand Down

0 comments on commit 3420282

Please sign in to comment.