Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimserafim committed Apr 11, 2016
1 parent ae677af commit 963743c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeson-web-token",
"version": "2.0.0",
"name": "json-web-token",
"version": "2.0.1",
"description": "JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,9 +41,11 @@
"base64-url": "^1.2.2"
},
"devDependencies": {
"benchmark": "^2.1.0",
"istanbul": "^0.4.3",
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"microtime": "^2.0.0",
"plato": "^1.5.0",
"pre-commit": "^1.1.2",
"tap-spec": "^4.1.1",
Expand Down

0 comments on commit 963743c

Please sign in to comment.