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

Commit 8d0d131

Browse files
committed
no typings/tsd.d.ts file if using 'update'
1 parent 618cd22 commit 8d0d131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsx/package.json

Lines changed: 1 addition & 1 deletion
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)