Skip to content

Commit 9f5d627

Browse files
committed
GPII-1848: Updated to current GPII-1848 version of universal to acquire node-jqunit as nested dependency, tidied up unused grunt-shell dependency, removed unneeded material from vagrant provisioning script
1 parent 6a3ecea commit 9f5d627

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module.exports = function (grunt) {
2424
});
2525

2626
grunt.loadNpmTasks("grunt-jsonlint");
27-
grunt.loadNpmTasks("grunt-shell");
2827
grunt.loadNpmTasks("fluid-grunt-eslint");
2928

3029
grunt.registerTask("lint", "Apply jshint and jsonlint", ["eslint", "jsonlint"]);

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
"ref": "1",
1111
"ref-struct": "1",
1212
"ref-array": "1.1.2",
13-
"universal": "git://github.com/GPII/universal.git#c7ed823d5a7271e544820593b6b8ed045777b7d8"
13+
"universal": "git://github.com/amb26/universal.git#1a97958b6a7669c2c9e11a96ebd6f407357a4f81"
1414
},
1515
"devDependencies": {
1616
"grunt": "1.0.1",
1717
"fluid-grunt-eslint": "18.1.1",
1818
"grunt-jsonlint": "1.0.4",
19-
"grunt-shell": "1.3.0",
2019
"shelljs": "0.3.0"
2120
},
2221
"license" : "BSD-3-Clause",

provisioning/build.bat

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
cd c:\vagrant
22
call npm install
3-
4-
mkdir c:\node_modules
5-
cd c:\node_modules
6-
git clone --depth 1 https://github.com/GPII/universal.git
7-
cd universal
8-
call npm install
9-

0 commit comments

Comments
 (0)