Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: package version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed May 2, 2019
1 parent f7babe4 commit 6d6e943
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@aerogear/graphql-mqtt-subscriptions",
"version": "1.1.0",
"version": "1.1.1",
"description": "A graphql-subscriptions PubSub Engine using mqtt protocol",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +34,10 @@
"benchmark": "npm run compile && mocha --reporter spec --full-trace ./dist/test/benchmark.js ",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"prepublish": "npm run test"
"prepublish": "npm run test",
"release:prep": "./scripts/prepareRelease.sh",
"release:validate": "./scripts/validateRelease.sh",
"publish": "./scripts/publishRelease.sh"
},
"dependencies": {
"graphql-subscriptions": "^0.4.2",
Expand Down

0 comments on commit 6d6e943

Please sign in to comment.