mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
Fix NPM issues
Pre/post-install scripts for ng2-angular library; refs #35
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": "tsc && node make.js"
|
||||
"__prepublish": "tsc && node make.js",
|
||||
"preinstall": "npm install --ignore-scripts",
|
||||
"postinstall": "tsc && node make.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular2": "2.0.0-beta.15",
|
||||
|
Reference in New Issue
Block a user