Skip to content

Commit

Permalink
Remove grunt-execute and fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Nov 23, 2017
1 parent 18643ac commit 461202a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = function(grunt) {

require('load-grunt-tasks')(grunt);

grunt.loadNpmTasks('grunt-execute');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-ts');
grunt.loadNpmTasks('grunt-tslint');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-execute": "^0.2.2",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-systemjs-builder": "^1.0.0",
Expand All @@ -50,7 +49,8 @@
"q": "^1.5.0",
"systemjs": "^0.20.15",
"tslint": "^5.5.0",
"typescript": "^2.4.2"
"typescript": "^2.4.2",
"watchify": "^3"
},
"dependencies": {
"angular": "^1.6.5",
Expand Down

0 comments on commit 461202a

Please sign in to comment.