Skip to content

Commit

Permalink
Merge pull request #151 from jtwebman/update-version
Browse files Browse the repository at this point in the history
Update dep versions and repo version fixing audit findings.
  • Loading branch information
jtwebman authored Dec 2, 2018
2 parents e9b246f + 976b9e1 commit e3017d4
Show file tree
Hide file tree
Showing 4 changed files with 2,015 additions and 1,086 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js

node_js:
- "11"
- "10"
- "8"
- "6"
- "4"
- "0.12"
- "0.10"

before_install: npm install -g grunt-cli
8 changes: 0 additions & 8 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ module.exports = function configureGrunt(grunt) {
all: {
src: ['test/*.js']
}
},

release: {
github: {
repo: 'barc/express-hbs',
accessTokenVar: 'GITHUB_ACCESS_TOKEN'
}
}
});

Expand All @@ -27,7 +20,6 @@ module.exports = function configureGrunt(grunt) {
});

grunt.loadNpmTasks('grunt-mocha-cli');
grunt.loadNpmTasks('grunt-release');

// Run tests
grunt.registerTask('default', ['mochacli:all', 'setProductionEnv', 'mochacli:all']);
Expand Down
Loading

0 comments on commit e3017d4

Please sign in to comment.