2
0
mirror of https://github.com/gnu4cn/ts-learnings.git synced 2025-04-02 15:40:29 +08:00

removed tsc in package.json.

This commit is contained in:
gnu4cn 2019-03-27 12:03:35 +08:00
parent f99a8dc675
commit 5e1a2d6366
2 changed files with 0 additions and 7 deletions

6
package-lock.json generated
View File

@ -4653,12 +4653,6 @@
"through2": "^2.0.3"
}
},
"tsc": {
"version": "1.20150623.0",
"resolved": "http://registry.npm.taobao.org/tsc/download/tsc-1.20150623.0.tgz",
"integrity": "sha1-Trw8d04WkUjLx2inNCUz8ILHpuU=",
"dev": true
},
"typedarray": {
"version": "0.0.6",
"resolved": "http://registry.npm.taobao.org/typedarray/download/typedarray-0.0.6.tgz",

View File

@ -28,7 +28,6 @@
"gulp-typescript": "^3.2.3",
"gulp-uglify": "^3.0.0",
"live-server": "^1.2.0",
"tsc": "^1.20150623.0",
"typescript": "^2.6.2"
}
}