Skip to content

Commit b13a404

Browse files
committed
Use @types instead of typings
1 parent 498be45 commit b13a404

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

build/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"description": "",
66
"main": "build.js",
77
"scripts": {
8-
"postinstall": "typings install && npm start",
8+
"postinstall": "npm start",
99
"start": "tsc && node ./build.js"
1010
},
1111
"dependencies": {
12+
"@types/js-yaml": "^3.5.28",
13+
"@types/node": "^6.0.39",
1214
"js-yaml": "^3.6.1",
13-
"plist": "^2.0.1"
14-
},
15-
"devDependencies": {
16-
"typings": "^1.3.3",
17-
"typescript": "^1.6.2"
15+
"plist": "^2.0.1",
16+
"typescript": "^2.1.0-dev.20160920"
1817
}
1918
}

build/typings.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)