From b3346267622a30c926eafde6592aa83b4a6c9700 Mon Sep 17 00:00:00 2001 From: dphaener Date: Mon, 9 Nov 2015 06:49:09 -0800 Subject: [PATCH 1/2] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 566899d..ca90f5f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,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", @@ -47,6 +46,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", From 6800a9a47bb7091280597fefd1022df4a60a10ef Mon Sep 17 00:00:00 2001 From: dphaener Date: Mon, 9 Nov 2015 06:53:15 -0800 Subject: [PATCH 2/2] Remove double babel dependency This removes the double dependency on Babel in package.json. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ca90f5f..2e4fe54 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",