Skip to content

Commit 30ebb89

Browse files
authored
Move typescript to dev dependencies
Fixes issue ezolenko#27.
1 parent 9e30977 commit 30ebb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"lodash": "^4.17.4",
3333
"object-hash": "^1.1.8",
3434
"rollup-pluginutils": "^2.0.1",
35-
"typescript": "^2.3.4",
3635
"tslib": "^1.7.1",
3736
"resolve": "^1.3.3"
3837
},
@@ -53,7 +52,8 @@
5352
"rollup": "^0.43.0",
5453
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
5554
"rollup-watch": "^4.0.0",
56-
"tslint": "^5.4.3"
55+
"tslint": "^5.4.3",
56+
"typescript": "^2.3.4"
5757
},
5858
"repository": {
5959
"type": "git",

0 commit comments

Comments
 (0)