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

Commit 4f44c85

Browse files
Fixed the 'tsc' command in 'package.json'.
1 parent 38e3896 commit 4f44c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browserify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"typescript": "^1.5.3"
1414
},
1515
"scripts": {
16-
"tsc": "node node_modules/typescript/bin/tsc.js",
16+
"tsc": "node node_modules/typescript/lib/tsc.js",
1717
"browserify": "browserify src/app.js -o bundle.js -s app",
1818
"listen": "node node_modules/http-server/bin/http-server",
1919
"all": "npm run tsc && npm run browserify && npm run listen"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)