Skip to content

Commit de879a5

Browse files
committed
update appveyor config
1 parent 53d374c commit de879a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# grunt-contrib-concat v0.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat"><img src="https://ci.appveyor.com/api/projects/status/43qbw6jsp3rb2rh6/branch/master" alt="Build Status: Windows" height="18" /></a>
1+
# grunt-contrib-concat v0.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/l42173901ms416km/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat/branch/master)
22

33
> Concatenate files.
44
55

66

77
## Getting Started
8-
This plugin requires Grunt `~0.4.0`
8+
This plugin requires Grunt `>=0.4.0`
99

1010
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:
1111

@@ -173,7 +173,7 @@ Like the previous example, in this example running `grunt concat` will build two
173173

174174
This example differs in that both files are built under the same target.
175175

176-
Using the `files` object, you can list any number of source-destination pairs.
176+
Using the `files` object, you can have list any number of source-destination pairs.
177177

178178
```js
179179
// Project configuration.
@@ -296,4 +296,4 @@ grunt.initConfig({
296296

297297
Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)
298298

299-
*This file was generated on Sat Jul 19 2014 19:25:49.*
299+
*This file was generated on Wed Feb 18 2015 22:55:48.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"files": [
4141
"tasks"
4242
],
43-
"appveyor_id": "43qbw6jsp3rb2rh6"
43+
"appveyor_id": "l42173901ms416km"
4444
}

0 commit comments

Comments
 (0)