Comparing version 1.0.1 to 1.0.2
# Change History | ||
## 1.0.1 (2014-05-16) | ||
* Use `~` instead of `^` in `package.json` for installing with old versions of `npm`. | ||
## 1.0.0 (2014-04-22) | ||
* First release |
{ | ||
"name": "billy", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A minimal application harness that stays out of your way and out of your code.", | ||
@@ -19,3 +19,3 @@ "author": { | ||
"devDependencies": { | ||
"tape": "~2.3.2" | ||
"tape": "~2.13.1" | ||
}, | ||
@@ -41,5 +41,5 @@ "repository": { | ||
"dependencies": { | ||
"es6-promise": "~0.1.1", | ||
"sack": "~2.0.2" | ||
"es6-promise": "~1.0.0", | ||
"sack": "~2.0.4" | ||
} | ||
} |
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
18518
+ Addedes6-promise@1.0.0(transitive)
- Removedes6-promise@0.1.2(transitive)
Updatedes6-promise@~1.0.0
Updatedsack@~2.0.4