Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kagadovsky committed Sep 21, 2016
1 parent dfe609e commit ebfdd3c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-admin.jwt-auth",
"version": "0.4.0",
"version": "0.5.0",
"description": "Small module that allows to use JWT authentication with ng-admin",
"main": "Gruntfile.js",
"dependencies": {
Expand Down
35 changes: 35 additions & 0 deletions package.json~
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "ng-admin.jwt-auth",
"version": "0.4.0",
"description": "Small module that allows to use JWT authentication with ng-admin",
"main": "Gruntfile.js",
"dependencies": {
"angular-jwt": "^0.0.9"
},
"devDependencies": {
"grunt-browserify": "^4.0.0",
"browserify": "^11.0.1",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"watchify": "^3.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akagadovskiy/ng-admin-jwt-auth.git"
},
"keywords": [
"ng-admin",
"auth",
"authentication"
],
"author": "Alex Kagadovsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/akagadovskiy/ng-admin-jwt-auth/issues"
},
"homepage": "https://github.com/akagadovskiy/ng-admin-jwt-auth#readme"
}

0 comments on commit ebfdd3c

Please sign in to comment.