1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Update npm packages, fix bower json warnings

This commit is contained in:
Carlos Martín 2016-10-10 18:28:27 +02:00
parent 3f464f585a
commit 1462c825c0
2 changed files with 6 additions and 14 deletions

View File

@ -1,13 +1,5 @@
{
"name": "opennebula-sunstone",
"main": [
"dist/login.js",
"dist/login.js.map",
"dist/main.js",
"dist/main.js.map",
"css/app.min.css",
"css/login.css"
],
"dependencies": {
"flot": "0.8.3",
"jgrowl": "1.4.2",

View File

@ -2,11 +2,11 @@
"name": "opennebula-sunstone",
"version": "0.0.1",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "^1.1.0",
"node-sass": "^3.4.2"
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"node-sass": "^3.10.1"
}
}