strong-license
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,11 @@ | ||
2017-08-01, Version 1.2.3 | ||
========================= | ||
* package: update tap to 8.x (Sam Roberts) | ||
* package: update jwt-simple to 0.5 (Sam Roberts) | ||
* Update URLs in CONTRIBUTING.md (#5) (Ryan Graham) | ||
2016-04-11, Version 1.2.2 | ||
@@ -2,0 +12,0 @@ ========================= |
@@ -150,3 +150,3 @@ ### Contributing ### | ||
[Google C++ Style Guide]: https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml | ||
[Google Javascript Style Guide]: https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml | ||
[Google C++ Style Guide]: https://google.github.io/styleguide/cppguide.html | ||
[Google Javascript Style Guide]: https://google.github.io/styleguide/javascriptguide.xml |
{ | ||
"name": "strong-license", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Simple license generator/validator using JWT.", | ||
"main": "index.js", | ||
"dependencies": { | ||
"jwt-simple": "^0.2.0" | ||
"jwt-simple": "^0.5.1" | ||
}, | ||
"devDependencies": { | ||
"tap": "^1.2.0" | ||
"tap": "^8.0.1" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
22636
+ Addedjwt-simple@0.5.6(transitive)
- Removedjwt-simple@0.2.0(transitive)
Updatedjwt-simple@^0.5.1