run composer update and switch from yarn to npm for local packages

This commit is contained in:
Jonny Barnes 2017-06-20 21:38:21 +01:00
parent a3ddbce215
commit 42b6238b3b
4 changed files with 4308 additions and 4088 deletions

View file

@ -6,10 +6,10 @@
"license": "CC0-1.0",
"dependencies": {
"alertify.js": "^1.0.12",
"mapbox-gl": "0.37.0",
"mapbox-gl": "^0.37.0",
"marked": "^0.3.6",
"normalize.css": "7.0.0",
"webStorage": "^1.2.2"
"normalize.css": "^7.0.0",
"webStorage": "^1.2.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",