Skip to content

Commit

Permalink
bump to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Apr 6, 2023
1 parent 93a7855 commit 046a7b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 29 deletions.
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "super-jwt",
"version": "0.0.3",
"description": "",
"version": "0.0.6",
"description": "Super-JWT helps to authenticate your users based on Superfluid streams using JSON Web Tokens (JWT)",
"author": "Salman Dabbakuti",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "mocha --r ts-node/register 'test/**/*.ts'",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"superfluid",
"superjwt",
"superfluid-auth"
],
"dependencies": {
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
Expand All @@ -28,5 +32,12 @@
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Salmandabbakuti/super-jwt.git"
},
"bugs": {
"url": "https://github.com/Salmandabbakuti/super-jwt/issues"
}
}
24 changes: 0 additions & 24 deletions test.js

This file was deleted.

0 comments on commit 046a7b0

Please sign in to comment.