grunt-subgrunt
Advanced tools
Comparing version 0.4.5 to 1.0.0
@@ -0,1 +1,8 @@ | ||
### v1.0.0 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.4.5...v1.0.0) | ||
* Update dependencies | ||
* Update travis configuration (include Node.js 4.0) | ||
* Add Circle CI tests | ||
* Use [Semantic Versioning](http://semver.org/) | ||
### v0.4.5 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.4.4...v0.4.5) | ||
@@ -2,0 +9,0 @@ |
@@ -142,3 +142,9 @@ 'use strict'; | ||
'test/*_test.js' | ||
] | ||
], | ||
options: { | ||
reporter: 'junit', | ||
reporterOptions: { | ||
output: 'reports' | ||
} | ||
} | ||
} | ||
@@ -145,0 +151,0 @@ }); |
{ | ||
"name": "grunt-subgrunt", | ||
"version": "0.4.5", | ||
"version": "1.0.0", | ||
"description": "Run sub-projects' grunt tasks.", | ||
@@ -27,20 +27,17 @@ "repository": { | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.4" | ||
}, | ||
"dependencies": { | ||
"async": "^1.0.0", | ||
"glob": "^5.0.9" | ||
"async": "1.4.2", | ||
"glob": "5.0.15" | ||
}, | ||
"engines": { | ||
"node": ">=0.8.0" | ||
"node": ">=0.10.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-jshint": "^0.11.2", | ||
"grunt-contrib-nodeunit": "^0.4.1", | ||
"grunt-jscs": "^1.8.0", | ||
"load-grunt-tasks": "^3.2.0" | ||
"grunt": "0.4.5", | ||
"grunt-contrib-clean": "0.6.0", | ||
"grunt-contrib-jshint": "0.11.3", | ||
"grunt-contrib-nodeunit": "0.4.1", | ||
"grunt-jscs": "2.1.0", | ||
"load-grunt-tasks": "3.3.0" | ||
} | ||
} |
@@ -1,6 +0,7 @@ | ||
# grunt-subgrunt | ||
# grunt-subgrunt [![Circle CI](https://circleci.com/gh/tusbar/grunt-subgrunt.svg?style=svg)](https://circleci.com/gh/tusbar/grunt-subgrunt) | ||
[![Build Status](https://secure.travis-ci.org/tusbar/grunt-subgrunt.svg?branch=master)](https://travis-ci.org/tusbar/grunt-subgrunt) | ||
[![Travis](https://secure.travis-ci.org/tusbar/grunt-subgrunt.svg?branch=master)](https://travis-ci.org/tusbar/grunt-subgrunt) | ||
[![Dependencies Status](https://david-dm.org/tusbar/grunt-subgrunt.svg)](https://david-dm.org/tusbar/grunt-subgrunt) | ||
[![Dev Dependencies Status](https://david-dm.org/tusbar/grunt-subgrunt/dev-status.svg)](https://david-dm.org/tusbar/grunt-subgrunt#info=devDependencies) | ||
[![npm version](https://img.shields.io/npm/v/grunt-subgrunt.svg)](https://www.npmjs.com/package/grunt-subgrunt) | ||
@@ -11,3 +12,3 @@ > Run sub-projects' grunt tasks. | ||
## Getting started | ||
This plugin requires Grunt `^0.4.5` | ||
This plugin requires Grunt `0.4.5` | ||
@@ -151,3 +152,12 @@ 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: | ||
## License | ||
[MIT License](http://en.wikipedia.org/wiki/MIT_License) | ||
``` | ||
╚⊙ ⊙╝ | ||
╚═(███)═╝ | ||
╚═(███)═╝ | ||
╚═(███)═╝ | ||
╚═(███)═╝ | ||
╚═(███)═╝ | ||
╚═(███)═╝ | ||
``` | ||
![MIT](https://img.shields.io/badge/licence-MIT-blue.svg) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27120
2
35
517
1
162
+ Addedasync@1.4.2(transitive)
- Removedabbrev@1.1.1(transitive)
- Removedargparse@0.1.16(transitive)
- Removedasync@0.1.221.5.2(transitive)
- Removedcoffee-script@1.3.3(transitive)
- Removedcolors@0.6.2(transitive)
- Removeddateformat@1.0.2-1.2.3(transitive)
- Removedesprima@1.0.4(transitive)
- Removedeventemitter2@0.4.14(transitive)
- Removedexit@0.1.2(transitive)
- Removedfindup-sync@0.1.3(transitive)
- Removedgetobject@0.1.0(transitive)
- Removedglob@3.1.213.2.11(transitive)
- Removedgraceful-fs@1.2.3(transitive)
- Removedgrunt@0.4.5(transitive)
- Removedgrunt-legacy-log@0.1.3(transitive)
- Removedgrunt-legacy-log-utils@0.1.1(transitive)
- Removedgrunt-legacy-util@0.2.0(transitive)
- Removedhooker@0.2.3(transitive)
- Removediconv-lite@0.2.11(transitive)
- Removedinherits@1.0.2(transitive)
- Removedjs-yaml@2.0.5(transitive)
- Removedlodash@0.9.22.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.140.3.0(transitive)
- Removednopt@1.0.10(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedunderscore@1.7.0(transitive)
- Removedunderscore.string@2.2.12.3.32.4.0(transitive)
- Removedwhich@1.0.9(transitive)
Updatedasync@1.4.2
Updatedglob@5.0.15