Comparing version 0.1.2 to 0.1.3
@@ -10,6 +10,8 @@ /*! | ||
var Composer = require('composer'); | ||
module.exports = function(name) { | ||
var Composer = require('composer'); | ||
module.exports = function(name) { | ||
return function() { | ||
if (this.isRegistered('base-tasks')) return; | ||
// original constructor reference | ||
@@ -16,0 +18,0 @@ var ctor = this.constructor; |
{ | ||
"name": "base-tasks", | ||
"description": "base-methods plugin that provides a very thin wrapper around <https://github.com/jonschlinkert/composer> for adding task methods to your application.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/jonschlinkert/base-tasks", | ||
@@ -23,6 +23,7 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"dependencies": { | ||
"composer": "^0.8.0" | ||
"composer": "^0.8.3" | ||
}, | ||
"devDependencies": { | ||
"base-methods": "^0.5.0", | ||
"base": "^0.6.4", | ||
"gulp-format-md": "^0.1.5", | ||
"mocha": "*" | ||
@@ -35,8 +36,14 @@ }, | ||
"verb": { | ||
"reflinks": [ | ||
"base" | ||
], | ||
"plugins": [ | ||
"gulp-format-md" | ||
], | ||
"related": { | ||
"list": [ | ||
"base-methods", | ||
"base", | ||
"base-cli", | ||
"base-options", | ||
"base-plugins", | ||
"base-options", | ||
"base-cli", | ||
"base-store" | ||
@@ -43,0 +50,0 @@ ] |
@@ -1,2 +0,2 @@ | ||
# base-tasks [![NPM version](https://badge.fury.io/js/base-tasks.svg)](http://badge.fury.io/js/base-tasks) [![Build Status](https://travis-ci.org/jonschlinkert/base-tasks.svg)](https://travis-ci.org/jonschlinkert/base-tasks) | ||
# base-tasks [![NPM version](https://img.shields.io/npm/v/base-tasks.svg)](https://www.npmjs.com/package/base-tasks) [![Build Status](https://img.shields.io/travis/jonschlinkert/base-tasks.svg)](https://travis-ci.org/jonschlinkert/base-tasks) | ||
@@ -7,3 +7,3 @@ > base-methods plugin that provides a very thin wrapper around [https://github.com/jonschlinkert/composer](https://github.com/jonschlinkert/composer) for adding task methods to your application. | ||
Install with [npm](https://www.npmjs.com/) | ||
Install with [npm](https://www.npmjs.com/): | ||
@@ -40,4 +40,4 @@ ```sh | ||
* [base](https://www.npmjs.com/package/base): base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting… [more](https://www.npmjs.com/package/base) | [homepage](https://github.com/node-base/base) | ||
* [base-cli](https://www.npmjs.com/package/base-cli): Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a… [more](https://www.npmjs.com/package/base-cli) | [homepage](https://github.com/jonschlinkert/base-cli) | ||
* [base-methods](https://www.npmjs.com/package/base-methods): Starter for creating a node.js application with a handful of common methods, like `set`, `get`,… [more](https://www.npmjs.com/package/base-methods) | [homepage](https://github.com/jonschlinkert/base-methods) | ||
* [base-options](https://www.npmjs.com/package/base-options): Adds a few options methods to base-methods, like `option`, `enable` and `disable`. See the readme… [more](https://www.npmjs.com/package/base-options) | [homepage](https://github.com/jonschlinkert/base-options) | ||
@@ -63,8 +63,8 @@ * [base-plugins](https://www.npmjs.com/package/base-plugins): Upgrade's plugin support in base-methods to allow plugins to be called any time after init. | [homepage](https://github.com/jonschlinkert/base-plugins) | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
* [github/jonschlinkert](https://github.com/jonschlinkert) | ||
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright © 2015 Jon Schlinkert | ||
Copyright © 2016 [Jon Schlinkert](https://github.com/jonschlinkert) | ||
Released under the MIT license. | ||
@@ -74,2 +74,2 @@ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 19, 2015._ | ||
_This file was generated by [verb](https://github.com/verbose/verb) on January 19, 2016._ |
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
5520
19
3
Updatedcomposer@^0.8.3