mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 06:20:23 -06:00
because it needs to work with npm 2 as well
This commit is contained in:
parent
15f505e6aa
commit
77f8d89883
@ -47,7 +47,8 @@
|
||||
"clean": "jake clean",
|
||||
"jake": "jake",
|
||||
"lint": "jake lint",
|
||||
"setup-hooks": "node scripts/link-hooks.js"
|
||||
"setup-hooks": "node scripts/link-hooks.js",
|
||||
"postinstall": "npm dedupe"
|
||||
},
|
||||
"browser": {
|
||||
"buffer": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user