Skip to content

Commit 7e4fd0a

Browse files
committed
Update Readme and bump dependencies.
1 parent d2c10c0 commit 7e4fd0a

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
> Upload files through POST/PUT HTTP request, using [Restler](https://github.com/danwrong/restler), the only Node library known to work flawlessly with multipart file uploads.
44
So now you can push a zip `/dist` through your CMS' API!
55

6-
## Need Help?
7-
If you wonder how to install or use this plugin, or even Grunt itself, you should check out our ["Discover Grunt" book](http://www.discovergrunt.com).
8-
9-
It starts at the very beginning (including how to properly set-up your command-line on Windows and Mac OS X), and goes beyond the official [Getting Started](http://gruntjs.com/getting-started) guide.
10-
116
## Getting Started
12-
This plugin requires Grunt `~0.4.1`
7+
This plugin requires Grunt `>=0.4.0` (and is ready for Grunt 1.0).
138

149
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:
1510

1611
```shell
17-
npm install grunt-http-upload --save-dev
12+
npm install grunt grunt-http-upload --save-dev
1813
```
1914

2015
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/DiscoverGrunt/grunt-http-upload",
66
"author": {
77
"name": "Julien M",
8-
"url": "http://discovergrunt.com"
8+
"url": "http://julienma.com"
99
},
1010
"contributors": [
1111
{
@@ -24,12 +24,7 @@
2424
"bugs": {
2525
"url": "https://github.com/DiscoverGrunt/grunt-http-upload/issues"
2626
},
27-
"licenses": [
28-
{
29-
"type": "MIT",
30-
"url": "https://github.com/DiscoverGrunt/grunt-http-upload/blob/master/LICENSE-MIT"
31-
}
32-
],
27+
"license": "MIT",
3328
"main": "Gruntfile.js",
3429
"engines": {
3530
"node": ">= 0.8.0"
@@ -41,7 +36,7 @@
4136
"grunt-contrib-jshint": "~0.6.0",
4237
"grunt-contrib-clean": "~0.4.0",
4338
"grunt-contrib-nodeunit": "~0.2.0",
44-
"grunt": "~0.4.1"
39+
"grunt": ">=0.4.0"
4540
},
4641
"peerDependencies": {
4742
"grunt": ">=0.4.0"
@@ -57,6 +52,6 @@
5752
"curl"
5853
],
5954
"dependencies": {
60-
"restler": "~3.2.0"
55+
"restler": "~3.4.0"
6156
}
6257
}

0 commit comments

Comments
 (0)