Skip to content

Commit

Permalink
react 14 and 15 testing identified warning in react 15
Browse files Browse the repository at this point in the history
  • Loading branch information
export-mike committed Apr 19, 2016
1 parent 105d7f7 commit 1109a6e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"dependencies": {
"classnames": "^1.2.0",
"fuzzy": "^0.1.0"
"fuzzy": "^0.1.0",
"react": "^15.0.1"
},
"peerDependencies": {
"react": ">= 0.14.0"
Expand All @@ -51,8 +52,6 @@
"literalify": "^0.4.0",
"lodash": "^2.4.1",
"mocha": "^1.21.4",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2",
"react-tools": "^0.13.3",
"sinon": "^1.10.3",
"watchify": "^2.2.1"
Expand All @@ -63,6 +62,11 @@
"build-test": "browserify test/main.js -t [ babelify --presets [ react ] ] -o test/bundle.js",
"build": "browserify ./src/react-typeahead.js -t [ babelify --presets [ react ] ] -t literalify -x react -s ReactTypeahead -o ./dist/react-typeahead.js",
"watchify": "watchify ./src/react-typeahead.js -t [ babelify --presets [ react ] ] -t literalify -x react -s ReactTypeahead -o ./dist/react-typeahead.js",
"react:14" : "npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
"react:15" : "npm i react@15 react-dom@15 react-addons-test-utils@15",
"test:react:14": "npm run react:14 && npm test",
"test:react:15": "npm run react:15 && npm test",
"test:all": "npm run test:react:14 && npm run test:react:15",
"lib": "gulp build",
"prepublish": "npm run lib"
},
Expand Down

0 comments on commit 1109a6e

Please sign in to comment.