Skip to content

Commit

Permalink
Remove old versions of nodejs and clean things up
Browse files Browse the repository at this point in the history
Fix #54
  • Loading branch information
tusbar committed Nov 14, 2016
1 parent d1ea053 commit 2d804ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@
"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",
Expand Down
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 2d804ee

Please sign in to comment.