Skip to content

Commit a4f4705

Browse files
authored
Update package.json
Move typescript to devDependencies
1 parent 2e5a095 commit a4f4705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"sinon": "^2.3.1",
6363
"ts-loader": "^2.1.0",
6464
"tslint": "^5.0.0",
65-
"webpack": "^3.0.0"
65+
"webpack": "^3.0.0",
66+
"typescript": "^2.1.0"
6667
},
6768
"peerDependencies": {
6869
"typescript": "^2.1.0",
6970
"webpack": "^2.3.0 || ^3.0.0"
7071
},
7172
"dependencies": {
72-
"typescript": "^2.1.0",
7373
"babel-code-frame": "^6.22.0",
7474
"chalk": "^1.1.3",
7575
"chokidar": "^1.7.0",

0 commit comments

Comments
 (0)