Skip to content

Commit

Permalink
Merge pull request #56 from tusbar/tusbar/cleanup
Browse files Browse the repository at this point in the history
nodejs and dependencies cleanup
  • Loading branch information
tusbar authored Nov 14, 2016
2 parents d1ea053 + 5e87a70 commit ee84633
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ sudo: false
language: node_js

node_js:
- 0.10
- 0.12
- 4
- 5
- stable
- 6

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
machine:
node:
version: stable
version: 6


dependencies:
pre:
# Install grunt-cli as we’re using a custom node version.
- which grunt || npm install -g grunt-cli
- npm install -g grunt-cli

test:
post:
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@
"url": "https://github.com/tusbar/grunt-subgrunt/issues"
},
"dependencies": {
"async": "^1.5.2",
"async": "^2.1.2",
"glob": "^7.0.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 4",
"npm": ">= 3"
},
"devDependencies": {
"eslint": "^3.9.1",
"grunt": "~1.0.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-eslint": "^19.0.0",
"load-grunt-tasks": "^3.4.1"
}
}
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
> This plugin was inspired by https://gist.github.com/cowboy/3819170.
## Getting started
This plugin requires Grunt `0.4.5`

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

0 comments on commit ee84633

Please sign in to comment.