Skip to content

Commit 40d858e

Browse files
committed
2.0.0
1 parent 4202465 commit 40d858e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-typeahead",
3-
"version": "1.1.9",
3+
"version": "2.0.0",
44
"description": "React-based typeahead and typeahead-tokenizer",
55
"keywords": [
66
"react",
@@ -62,8 +62,8 @@
6262
"build-test": "browserify test/main.js -t [ babelify --presets [ react ] ] -o test/bundle.js",
6363
"build": "browserify ./src/react-typeahead.js -t [ babelify --presets [ react ] ] -t literalify -x react -s ReactTypeahead -o ./dist/react-typeahead.js",
6464
"watchify": "watchify ./src/react-typeahead.js -t [ babelify --presets [ react ] ] -t literalify -x react -s ReactTypeahead -o ./dist/react-typeahead.js",
65-
"react:14" : "npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
66-
"react:15" : "npm i react@15 react-dom@15 react-addons-test-utils@15",
65+
"react:14": "npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
66+
"react:15": "npm i react@15 react-dom@15 react-addons-test-utils@15",
6767
"test:react:14": "npm run react:14 && npm test",
6868
"test:react:15": "npm run react:15 && npm test",
6969
"test:all": "npm run test:react:14 && npm run test:react:15",

0 commit comments

Comments
 (0)