Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmbase committed Aug 24, 2017
1 parent d62bb50 commit 32bb33d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"compile": "tsc",
"watch": "tsc -w",
"prepublish": "npm run compile"
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://igor-adlab:Adlab123@github.com/Igor-Adlab/subscriptions-transport-nats.git"
"url": "git+https://github.com/cdmbase/graphql-nats-subscriptions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igor-Adlab/subscriptions-transport-nats/issues"
"url": "https://github.com/cdmbase/graphql-nats-subscriptions/issues"
},
"homepage": "https://github.com/Igor-Adlab/subscriptions-transport-nats#readme",
"homepage": "https://github.com/cdmbase/graphql-nats-subscriptions#readme",
"jest": {
"testEnvironment": "node",
"roots": [
Expand Down

0 comments on commit 32bb33d

Please sign in to comment.