eb-fix-npm
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "eb-fix-npm", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Fixes npm in Elastic Beanstalk environments.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,3 +12,6 @@ # eb-fix-npm | ||
* Only install (don't rebuild) Node modules on application deploy | ||
* Only rebuild (don't install) Node modules on configuration deploy | ||
* Only rebuild (don't install) Node modules on configuration deploy (EB's script | ||
tries to both install and rebuild) | ||
* Actually rebuild Node modules on configuration deploy (EB's script uses the | ||
the wrong directory and so just aborts) | ||
* Remove npm temp files [leftover](https://github.com/npm/npm/issues/6855) by installing from shrinkwrap | ||
@@ -43,2 +46,3 @@ | ||
* 1.2.3 Fix rebuild directory | ||
* 1.2.2 Misc fixes | ||
@@ -45,0 +49,0 @@ * 1.2.1 Use user's environment variables with npm |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9038
51