Skip to content

Commit e1dec7c

Browse files
committed
Merge pull request #33 from Legitcode/issue-32-harmony-reflect
Add harmony-reflect as dependency
2 parents 97226f0 + 6800a9a commit e1dec7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legit-tests",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "a chainable testing library for React",
55
"main": "legit-tests.js",
66
"scripts": {
@@ -29,7 +29,6 @@
2929
"homepage": "https://github.com/legitcode/tests#readme",
3030
"devDependencies": {
3131
"alt": "^0.17.4",
32-
"babel": "^5.8.23",
3332
"babel-core": "^5.8.25",
3433
"babel-eslint": "^4.1.3",
3534
"babel-loader": "^5.3.2",
@@ -38,7 +37,6 @@
3837
"eslint": "^1.6.0",
3938
"eslint-plugin-react": "^3.5.1",
4039
"expect": "^1.12.0",
41-
"harmony-reflect": "^1.4.2",
4240
"mocha": "^2.3.3",
4341
"mocha-babel": "^3.0.0",
4442
"react-hot-loader": "^1.3.0",
@@ -47,6 +45,7 @@
4745
},
4846
"dependencies": {
4947
"babel": "^5.8.29",
48+
"harmony-reflect": "^1.4.2",
5049
"jsdom": "^6.5.1",
5150
"react": "^0.14.0",
5251
"react-addons-test-utils": "^0.14.0",

0 commit comments

Comments
 (0)