Upgraded to React 0.14
This commit is contained in:
parent
45001f9aec
commit
625fd8dd06
3 changed files with 15 additions and 7 deletions
12
package.json
12
package.json
|
|
@ -2,12 +2,16 @@
|
|||
"name": "mobservable-react-typescript",
|
||||
"version": "1.0.0",
|
||||
"description": "Minimal boilerplate for a single-page app using React, TypeScript with JSX (TSX), and Visual Studio Code.",
|
||||
"repository": "mweststrate/mobservable-react-typescript",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mweststrate/mobservable-react-typescript.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"mobservable": "^1.0.0",
|
||||
"mobservable-react": "^1.0.1",
|
||||
"react": "^0.13.3"
|
||||
"mobservable-react": "^2.0.0",
|
||||
"react": "^0.14",
|
||||
"react-dom": "^0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^11.1.0",
|
||||
|
|
@ -18,6 +22,6 @@
|
|||
"build": "mkdirp public/js/app && tsc && browserify ./temp/app.js -o public/js/app/bundle.js",
|
||||
"start": "http-server"
|
||||
},
|
||||
"author": "Benny van Reeven",
|
||||
"author": "Michel Weststrate",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue