Skip to content

Commit c61046f

Browse files
committed
Update package.json. Use TypeScript 1.6 release.
1 parent 4aa64bb commit c61046f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "react-typescript",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Minimal boilerplate for a single-page app using React, TypeScript with JSX (TSX), and Visual Studio Code.",
5+
"repository": "bvanreeven/react-typescript",
56
"main": "index.js",
67
"dependencies": {
78
"react": "^0.13.3"
89
},
910
"devDependencies": {
1011
"browserify": "^11.1.0",
1112
"mkdirp": "^0.5.1",
12-
"typescript": "^1.6.0-beta"
13+
"typescript": "^1.6.2"
1314
},
1415
"scripts": {
1516
"build": "mkdirp public/js/app && tsc && browserify ./temp/app.js -o public/js/app/bundle.js",
16-
"test": "echo \"Error: no test specified\" && exit 1"
17+
"start": "http-server"
1718
},
18-
"author": "",
19-
"license": "ISC"
19+
"author": "Benny van Reeven",
20+
"license": "MIT"
2021
}

0 commit comments

Comments
 (0)