Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,9 @@ | ||
1.0.1 / 2015-02-20 | ||
------------------ | ||
* Changed dependencies to be compatible with ancient nodejs. | ||
1.0.0 / 2015-02-19 | ||
------------------- | ||
------------------ | ||
@@ -4,0 +10,0 @@ * Maintenance release. |
{ | ||
"name": "argparse", | ||
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
@@ -30,3 +30,3 @@ "cli", | ||
"dependencies": { | ||
"lodash": "^3.2.0", | ||
"lodash": "~3.2", | ||
"sprintf-js": "~1.0.2" | ||
@@ -33,0 +33,0 @@ }, |
@@ -5,2 +5,3 @@ argparse | ||
[![Build Status](https://secure.travis-ci.org/nodeca/argparse.png?branch=master)](http://travis-ci.org/nodeca/argparse) | ||
[![NPM version](https://img.shields.io/npm/v/argparse.svg)](https://www.npmjs.org/package/argparse) | ||
@@ -7,0 +8,0 @@ CLI arguments parser for node.js. Javascript port of python's |
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
125241
244
+ Addedlodash@3.2.0(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@~3.2