Skip to content

Commit cefa7ec

Browse files
authored
Move core-object to dependencies.
1.0.0-beta.5 introduced the `lib/tasks/fastboot-server.js` task, but only added `core-object` to `devDependencies`. Since this module is used at runtime (not just under development) it needs to be included in `dependencies`. Also, updated the version to 2.0.5 (contains a few bug fixes).
1 parent ee59a94 commit cefa7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"chai": "^2.2.0",
2424
"chai-fs": "peterkc/chai-fs#31deec5232297e2887a2ffb39b9081364c8e78e1",
2525
"chalk": "^1.1.1",
26-
"core-object": "2.0.1",
2726
"cpr": "^1.1.1",
2827
"debug": "^2.2.0",
2928
"ember-cli": "^2.5.0",
@@ -69,6 +68,7 @@
6968
"broccoli-merge-trees": "^1.1.1",
7069
"broccoli-plugin": "^1.2.1",
7170
"broccoli-stew": "^1.2.0",
71+
"core-object": "^2.0.5",
7272
"fastboot-express-middleware": "1.0.0-beta.8",
7373
"ember-cli-babel": "^5.1.5",
7474
"ember-test-helpers": "^0.5.22",

0 commit comments

Comments
 (0)