Skip to content

Commit

Permalink
Merge pull request #33 from Legitcode/issue-32-harmony-reflect
Browse files Browse the repository at this point in the history
Add harmony-reflect as dependency
  • Loading branch information
zackify committed Nov 9, 2015
2 parents 97226f0 + 6800a9a commit e1dec7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "legit-tests",
"version": "0.6.2",
"version": "0.6.3",
"description": "a chainable testing library for React",
"main": "legit-tests.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,6 @@
"homepage": "https://github.com/legitcode/tests#readme",
"devDependencies": {
"alt": "^0.17.4",
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
Expand All @@ -38,7 +37,6 @@
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"expect": "^1.12.0",
"harmony-reflect": "^1.4.2",
"mocha": "^2.3.3",
"mocha-babel": "^3.0.0",
"react-hot-loader": "^1.3.0",
Expand All @@ -47,6 +45,7 @@
},
"dependencies": {
"babel": "^5.8.29",
"harmony-reflect": "^1.4.2",
"jsdom": "^6.5.1",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
Expand Down

0 comments on commit e1dec7c

Please sign in to comment.