Skip to content

Commit

Permalink
fix: Replace grunt-continue with grunt-continue-ext
Browse files Browse the repository at this point in the history
Re-enable npm module pruning in Travis build.
  • Loading branch information
prantlf committed Dec 22, 2017
1 parent a6724a3 commit e90ca6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- npm install -g npm
before_script:
- npm install -g grunt-cli
# - npm prune
- npm prune
after_success:
- npm run semantic-release
branches:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ module.exports = function (grunt) {
grunt.loadTasks(coverage && fs.existsSync('coverage/tasks') ?
'coverage/tasks' : 'tasks');

grunt.loadNpmTasks('grunt-continue');
grunt.loadNpmTasks('grunt-continue-ext');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-jshint');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-continue": "git://github.com/prantlf/grunt-continue.git",
"grunt-continue-ext": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
Expand Down

0 comments on commit e90ca6e

Please sign in to comment.