Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit dd247bc

Browse files
committed
Merge pull request #98 from MagiCarbon/master
no typings/tsd.d.ts file if using 'update'
2 parents 1c1dc44 + 8d0d131 commit dd247bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"postinstall": "node_modules/.bin/tsd update",
8+
"postinstall": "node_modules/.bin/tsd install",
99
"build": "node node_modules/typescript/bin/tsc",
1010
"run": "node node_modules/http-server/bin/http-server -o"
1111
},

0 commit comments

Comments
 (0)