Skip to content

Commit

Permalink
Merge pull request #48 from spremi/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
ptitgraig committed Oct 7, 2016
2 parents 32eacbd + 2758b86 commit a0afd26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,9 @@
> Inject references to files into other files (think scripts and stylesheets into an html file)
## Getting Started
This plugin requires Grunt `>=0.4.x`
Current plugin requires Grunt `~1.0.0` and supports node engine `>=0.10.0`.

Plugin versions `v1.0.1 (and earlier)` require Grunt `>=0.4.x` and support node engine `>= 0.8.0`.

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -18,17 +18,17 @@
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1"
"grunt": "~1.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand All @@ -42,7 +42,7 @@
"bower"
],
"dependencies": {
"wiredep": "~2.2.0",
"lodash": "~2.4.1"
"wiredep": "~4.0.0",
"lodash": "~4.15.0"
}
}

0 comments on commit a0afd26

Please sign in to comment.