Skip to content

Commit 41ccef5

Browse files
authored
Build: Add TS as dev-dep, only support minor range (eslint#131)
1 parent 1dc4039 commit 41ccef5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"npm-license": "^0.2.3",
3030
"semver": "^4.1.1",
3131
"shelljs": "^0.3.0",
32-
"shelljs-nodecli": "^0.1.1"
32+
"shelljs-nodecli": "^0.1.1",
33+
"typescript": "~2.0.3"
3334
},
3435
"keywords": [
3536
"ast",
@@ -54,6 +55,6 @@
5455
"object-assign": "^4.0.1"
5556
},
5657
"peerDependencies": {
57-
"typescript": "^2.0.3"
58+
"typescript": "~2.0.3"
5859
}
5960
}

0 commit comments

Comments
 (0)