mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
because it needs to work with npm 2 as well
This commit is contained in:
+2
-1
@@ -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