Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit a1929f2

Browse files
authored
Merge pull request #175 from rwjblue/update-babel-6
Update to Babel 6.
2 parents ea52fd4 + df6a0e9 commit a1929f2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "3.1.2",
44
"description": "QUnit testing package for ember-cli applications",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">= 4.0"
8+
},
69
"scripts": {
710
"test": "echo \"Error: no test specified\" && exit 1"
811
},
@@ -26,10 +29,9 @@
2629
},
2730
"homepage": "https://github.com/ember-cli/ember-cli-qunit",
2831
"dependencies": {
29-
"broccoli-babel-transpiler": "^5.5.0",
3032
"broccoli-funnel": "^1.0.1",
3133
"broccoli-merge-trees": "^1.1.0",
32-
"ember-cli-babel": "^5.1.5",
34+
"ember-cli-babel": "^6.0.0-beta.7",
3335
"ember-cli-test-loader": "^1.1.1",
3436
"ember-cli-version-checker": "^1.1.4",
3537
"ember-qunit": "^2.0.0-beta.1",

0 commit comments

Comments
 (0)