We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498be45 commit b13a404Copy full SHA for b13a404
build/package.json
@@ -5,15 +5,14 @@
5
"description": "",
6
"main": "build.js",
7
"scripts": {
8
- "postinstall": "typings install && npm start",
+ "postinstall": "npm start",
9
"start": "tsc && node ./build.js"
10
},
11
"dependencies": {
12
+ "@types/js-yaml": "^3.5.28",
13
+ "@types/node": "^6.0.39",
14
"js-yaml": "^3.6.1",
- "plist": "^2.0.1"
- },
15
- "devDependencies": {
16
- "typings": "^1.3.3",
17
- "typescript": "^1.6.2"
+ "plist": "^2.0.1",
+ "typescript": "^2.1.0-dev.20160920"
18
}
19
build/typings.json
0 commit comments