Skip to content

Commit

Permalink
Merge pull request #201 from gruntjs/upt-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
vladikoff committed Mar 15, 2019
2 parents 40bfa6b + d211122 commit 14315b4
Show file tree
Hide file tree
Showing 6 changed files with 1,572 additions and 1,529 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,8 @@ sudo: false
language: node_js

node_js:
- "6"
- "8"
- "10"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1 +1 @@
Please see the [Contributing to grunt](http://gruntjs.com/contributing) guide for information on contributing to this project.
Please see the [Contributing to grunt](https://gruntjs.com/contributing) guide for information on contributing to this project.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@

## Getting Started

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:
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://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:

```shell
npm install grunt-contrib-coffee --save-dev
Expand Down Expand Up @@ -165,4 +165,4 @@ For more examples on how to use the `expand` API to manipulate the default dynam

Task submitted by [Eric Woroshow](http://ericw.ca/)

*This file was generated on Wed Sep 27 2017 16:29:13.*
*This file was generated on Fri Mar 15 2019 10:02:44.*
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -5,10 +5,10 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "6"
platform: x86
- nodejs_version: "8"
platform: x86
- nodejs_version: "10"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit 14315b4

Please sign in to comment.