Skip to content

Commit

Permalink
chore: remove snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanb committed Feb 6, 2017
1 parent 29be3bb commit 21312cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-mocha');
grunt.loadNpmTasks('grunt-snyk');
grunt.loadTasks('build/tasks');
grunt.loadNpmTasks('grunt-parallel');

Expand Down Expand Up @@ -283,7 +282,7 @@ module.exports = function (grunt) {

grunt.registerTask('default', ['build']);

grunt.registerTask('build', ['clean', 'jshint', 'validate', 'snyk', 'concat:commons', 'configure',
grunt.registerTask('build', ['clean', 'jshint', 'validate', 'concat:commons', 'configure',
'babel', 'concat:engine', 'uglify']);

grunt.registerTask('test', ['build', 'testconfig', 'fixture', 'connect',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha": "~0.4.13",
"grunt-parallel": "^0.4.1",
"grunt-snyk": "^0.1.0",
"html-entities": "^1.2.0",
"jquery": "^3.0.0",
"less": "~2.6.1",
Expand Down

0 comments on commit 21312cd

Please sign in to comment.