Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 8, 2015
1 parent 0e3da98 commit d785dc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.8"
- "0.10"
before_install:
- npm install npm@1.4 -g
- 'iojs'
- '0.12'
- '0.10'
30 changes: 11 additions & 19 deletions package.json
Expand Up @@ -2,50 +2,42 @@
"name": "grunt-contrib-yuidoc",
"description": "Compile YUIDoc Documentation.",
"version": "0.7.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-yuidoc",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-yuidoc.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-yuidoc/issues"
},
"repository": "gruntjs/grunt-contrib-yuidoc",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-yuidoc/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"yuidocjs": "~0.5.0"
"yuidocjs": "^0.5.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-internal": "~0.4.6",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.13"
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-internal": "^0.4.6",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks",
"LICENSE-MIT"
"tasks"
],
"appveyor_id": "ndcpmex6s8yn9er6"
}

0 comments on commit d785dc6

Please sign in to comment.