Skip to content

Commit

Permalink
updated deasync package to 0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunken committed Jun 4, 2015
1 parent 76ccd3e commit 49a35d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspnet-identity-pw",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility for hashing and validating passwords using the default ASP.NET Identity password hash algorithm.",
"main": "./index.js",
"scripts": {
Expand All @@ -23,10 +23,10 @@
},
"homepage": "https://github.com/Syncbak-Git/aspnet-identity-pw",
"dependencies": {
"deasync": "0.0.7"
"deasync": "0.1.x"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
"chai": "^1.10.x",
"mocha": "^2.0.x"
}
}

0 comments on commit 49a35d2

Please sign in to comment.