Skip to content

Commit

Permalink
bump version, fix asn1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Sep 30, 2015
1 parent 1f28cf6 commit 7e8e5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sshpk",
"version": "1.2.1",
"version": "1.3.0",
"description": "A library for finding and using SSH public keys",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/arekinath/node-sshpk#readme",
"dependencies": {
"asn1": "git+https://github.com/arekinath/node-asn1#master",
"asn1": ">=0.2.3 <0.3.0",
"assert-plus": ">=0.1.5 <0.2.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit 7e8e5c7

Please sign in to comment.