Skip to content

Commit 21f6e7a

Browse files
committed
[Tests] create-react-class should be a static dev dependency.
1 parent 4464a17 commit 21f6e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:karma": "karma start",
2121
"test:env": "sh ./example-test.sh",
2222
"test:all": "npm run react:13 && npm run test:only && npm run react:14 && npm run test:only && npm run react:15.4 && npm run test:only && npm run react:15 && npm run test:only",
23-
"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils node_modules/create-react-class node_modules/react-test-renderer",
23+
"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils node_modules/react-test-renderer",
2424
"react:13": "rimraf node_modules/.bin/npm && npm run react:clean && npm i [email protected] && npm install",
2525
"react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i [email protected] [email protected] [email protected] && npm install",
2626
"react:15.4": "rimraf node_modules/.bin/npm && npm run react:clean && npm i [email protected] [email protected] [email protected] && npm install",
@@ -73,6 +73,7 @@
7373
"babel-register": "^6.24.1",
7474
"chai": "^3.5.0",
7575
"coveralls": "^2.13.0",
76+
"create-react-class": "^15.5.2",
7677
"enzyme-example-jest": "^0.1.0",
7778
"enzyme-example-karma": "^0.1.1",
7879
"enzyme-example-karma-webpack": "^0.1.4",

0 commit comments

Comments
 (0)