Skip to content

Commit b334626

Browse files
author
dphaener
committed
Add harmony-reflect as dependency
This adds harmony-reflect as a dependency for the testing library. This is needed to successfully run the tests for Alt stores, as we're using proxies to make testing the stores more convenient.
1 parent 97226f0 commit b334626

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
@@ -38,7 +38,6 @@
3838
"eslint": "^1.6.0",
3939
"eslint-plugin-react": "^3.5.1",
4040
"expect": "^1.12.0",
41-
"harmony-reflect": "^1.4.2",
4241
"mocha": "^2.3.3",
4342
"mocha-babel": "^3.0.0",
4443
"react-hot-loader": "^1.3.0",
@@ -47,6 +46,7 @@
4746
},
4847
"dependencies": {
4948
"babel": "^5.8.29",
49+
"harmony-reflect": "^1.4.2",
5050
"jsdom": "^6.5.1",
5151
"react": "^0.14.0",
5252
"react-addons-test-utils": "^0.14.0",

0 commit comments

Comments
 (0)