Skip to content

Commit

Permalink
git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Masala committed Jan 18, 2018
1 parent c5d614f commit b32a136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/smasala/jwt-verifier.git"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"test": "rimraf ./dist_spec && tsc -p tsconfig.spec.json && jasmine --config=./jasmine.json"
Expand Down

0 comments on commit b32a136

Please sign in to comment.