mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
M #-: Fix Sunstone dependency on grunt<1.1.0 (#4372)
This commit is contained in:
parent
2f7ebf89d7
commit
55b49ebb14
@ -19,7 +19,7 @@ clean() {
|
||||
|
||||
dependencies() {
|
||||
npm install bower
|
||||
npm install 'grunt@<1.1.0'
|
||||
npm install grunt
|
||||
npm install grunt-cli
|
||||
|
||||
export PATH=$PATH:$PWD/node_modules/.bin
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "opennebula-sunstone",
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt": "<1.1.0",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-requirejs": "^1.0.0",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user