Add typescript to package.json

This commit is contained in:
Shadowfacts 2019-01-04 13:44:41 -05:00
parent 78ca9ebfba
commit 1688cefe9c
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -1453,6 +1453,11 @@
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
},
"typescript": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz",
"integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg=="
},
"uc.micro": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.5.tgz",

View File

@ -11,7 +11,8 @@
"ejs": "^2.6.1",
"highlight.js": "^9.13.1",
"markdown-it": "^8.4.2",
"node-sass": "^4.11.0"
"node-sass": "^4.11.0",
"typescript": "^3.2.2"
},
"devDependencies": {
"@types/ejs": "^2.6.1",