Skip to content

Commit

Permalink
Housekeeping: update dependencies + dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Aug 14, 2017
1 parent 4f96beb commit 4718295
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "5"
- "4"
- "8"
- "6"
- "0.12"
- "0.10"
before_install:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
@@ -1,4 +1,4 @@
Copyright (c) 2013-2015 `grunt-browserify` contributors
Copyright (c) 2013-2017 `grunt-browserify` contributors

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,5 +217,5 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
See the [CHANGELOG](https://github.com/jmreidy/grunt-browserify/blob/master/CHANGELOG.md).

## License
Copyright (c) 2013-2015 `grunt-browserify` contributors
Copyright (c) 2013-2017 `grunt-browserify` contributors
Licensed under the MIT license.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -38,20 +38,20 @@
"test": "mocha -R spec --timeout 5000"
},
"dependencies": {
"async": "^1.5.0",
"async": "^2.5.0",
"browserify": "^14.1.0",
"glob": "^6.0.3",
"lodash": "^3.10.1",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"resolve": "^1.1.6",
"watchify": "^3.6.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.3",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"mocha": "^3.5.0",
"sinon": "^3.2.0"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit 4718295

Please sign in to comment.