Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "nenv", | ||
"description": "Utility for managing node development environments", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"author": "muji <noop@xpm.io>", | ||
@@ -16,12 +16,9 @@ "main": "lib/index.js", | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"chai": "~2.2.0", | ||
"istanbul": "~0.3.13", | ||
"mocha": "~2.2.4" | ||
"chai": "~3.2.0", | ||
"istanbul": "~0.3.17", | ||
"mocha": "~2.2.5" | ||
}, | ||
"engine": [ | ||
"node >= 0.10.11" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf coverage target", | ||
"docs": "npm run readme", | ||
@@ -33,3 +30,3 @@ "readme": "mdp --force -v", | ||
"mdp": { | ||
"title": "nenv", | ||
"title": "Node Environment (NODE_ENV)", | ||
"pedantic": true, | ||
@@ -36,0 +33,0 @@ "include": "doc/readme", |
Table of Contents | ||
================= | ||
* [nenv](#nenv) | ||
* [Node Environment (NODE_ENV)](#node-environment-node_env) | ||
* [Install](#install) | ||
@@ -29,4 +29,4 @@ * [Usage](#usage) | ||
nenv | ||
==== | ||
Node Environment (NODE_ENV) | ||
=========================== | ||
@@ -190,2 +190,3 @@ Utility for mananging node development environments. | ||
"value": "devel", | ||
"current": "devel", | ||
"valid": true, | ||
@@ -192,0 +193,0 @@ "defined": true, |
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
12205
246