From e18814b9c6df142ef78a239aed5a6921567bc766 Mon Sep 17 00:00:00 2001 From: Martin Gontovnikas Date: Thu, 20 Nov 2014 11:40:26 -0300 Subject: [PATCH] 0.0.5 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 391fb31..07ec752 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "angular-jwt", - "version": "0.0.4", + "version": "0.0.5", "description": "Library to help you work with JWTs on AngularJS", "author": { "name": "Martin Gontovnikas", "email": "martin@gon.to" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "karma-mocha-reporter": "^0.3.1", "chai": "^1.9.1",