base-runtimes
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -77,3 +77,3 @@ /*! | ||
function namespace(build) { | ||
return build.namespace; | ||
return build.env ? build.env.name : build.namespace; | ||
} | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "base-runtimes", | ||
"description": "Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"homepage": "https://github.com/node-base/base-runtimes", | ||
@@ -25,5 +25,5 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"extend-shallow": "^2.0.1", | ||
"lazy-cache": "^1.0.3", | ||
"log-utils": "^0.1.0", | ||
"time-diff": "^0.1.0" | ||
"lazy-cache": "^1.0.4", | ||
"log-utils": "^0.1.2", | ||
"time-diff": "^0.3.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
"base-task": "^0.4.3", | ||
"gulp-format-md": "^0.1.8", | ||
"gulp-format-md": "^0.1.9", | ||
"mocha": "^2.4.5" | ||
@@ -36,0 +36,0 @@ }, |
# base-runtimes [![NPM version](https://img.shields.io/npm/v/base-runtimes.svg?style=flat)](https://www.npmjs.com/package/base-runtimes) [![NPM downloads](https://img.shields.io/npm/dm/base-runtimes.svg?style=flat)](https://npmjs.org/package/base-runtimes) [![Build Status](https://img.shields.io/travis/node-base/base-runtimes.svg?style=flat)](https://travis-ci.org/node-base/base-runtimes) | ||
> Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins. | ||
Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins. | ||
@@ -56,3 +56,3 @@ You might also be interested in [base-task](https://github.com/node-base/base-task). | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/base-runtimes/issues/new). | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/node-base/base-runtimes/issues/new). | ||
@@ -95,2 +95,2 @@ ## Building docs | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 20, 2016._ | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 27, 2016._ |
'use strict'; | ||
/** | ||
* Module dependencies | ||
*/ | ||
var utils = require('lazy-cache')(require); | ||
@@ -8,0 +4,0 @@ var fn = require; |
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
10269
127
+ Addedtime-diff@0.3.1(transitive)
- Removedtime-diff@0.1.0(transitive)
Updatedlazy-cache@^1.0.4
Updatedlog-utils@^0.1.2
Updatedtime-diff@^0.3.0