Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-subgrunt

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-subgrunt - npm Package Compare versions

Comparing version 0.4.5 to 1.0.0

circle.yml

7

changelog.md

@@ -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 @@

8

Gruntfile.js

@@ -142,3 +142,9 @@ 'use strict';

'test/*_test.js'
]
],
options: {
reporter: 'junit',
reporterOptions: {
output: 'reports'
}
}
}

@@ -145,0 +151,0 @@ });

23

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc