mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
because it needs to work with npm 2 as well
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user