Ver Fonte

Incremented all packages to latest and Node version

Edward Bramanti há 10 anos atrás
pai
commit
241b5a6301

+ 3 - 2
frameworks/JavaScript/hapi/package.json

@@ -6,7 +6,8 @@
 		"hapi": "8.4.0",
 		"mongoose": "4.0.1",
 		"async": "0.9.0",
-		"mapper": "0.2.5",
-		"handlebars": "3.0.1"
+		"handlebars": "3.0.1",
+		"sequelize": "2.0.6",
+		"mysql": "2.6.2"
 	}
 }

+ 2 - 2
frameworks/JavaScript/hapi/setup.sh

@@ -6,8 +6,8 @@ export NVM_HOME=${IROOT}/nvm
 # Used to avoid nvm's return 2 error.
 # Sourcing this functions if 0 is returned.
 source $NVM_HOME/nvm.sh || 0
-nvm install 0.10.8
-nvm use 0.10.8
+nvm install 0.12.2
+nvm use 0.12.2
 
 # update npm before app init
 npm install -g npm