1
0
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:
Vlastimil Holer 2020-03-18 11:50:19 +01:00 committed by GitHub
parent 2f7ebf89d7
commit 55b49ebb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",