Skip to content

Commit

Permalink
Remove unneeded jquery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Feb 21, 2018
1 parent 7945a34 commit be0d22c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions trend-chart-generator-operator/Gruntfile.js
Expand Up @@ -139,9 +139,7 @@ module.exports = function (grunt) {
options: {
specs: 'src/test/js/*Spec.js',
helpers: ['src/test/helpers/*.js'],
vendor: ['node_modules/jquery/dist/jquery.js',
'node_modules/jasmine-jquery/lib/jasmine-jquery.js',

vendor: [
'node_modules/mock-applicationmashup/lib/vendor/mockMashupPlatform.js',
'src/test/vendor/*.js'
]
Expand Down Expand Up @@ -211,4 +209,4 @@ module.exports = function (grunt) {
'wirecloud'
]);

};
};
4 changes: 1 addition & 3 deletions trend-chart-generator-operator/package.json
Expand Up @@ -5,8 +5,6 @@
"mock-applicationmashup": "^0.1.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscs": "^1.2.0",
"jquery": "^2.1.1",
"jasmine-jquery": "~2.1.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-contrib-clean": "~0.6.0",
Expand All @@ -18,4 +16,4 @@
"wirecloud-config-parser": "^0.2.0"
},
"private": true
}
}

0 comments on commit be0d22c

Please sign in to comment.