Skip to content

Commit

Permalink
fix: changed package name to sugarmq
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-okot committed Apr 29, 2018
1 parent 6d6617e commit bdc6890
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@freelyformd/mq",
"name": "sugarmq",
"version": "1.0.0",
"description": "A sweet syntax wrapper around amqplib",
"author": "Ernest Okot",
"license": "ISC",
"license": "MIT",
"main": "lib/topic/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,5 +36,22 @@
"husky": "^0.14.3",
"nsp": "^3.2.1",
"semantic-release": "^15.1.7"
}
},
"directories": {
"example": "examples",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freelyformd/mq.git"
},
"keywords": [
"rabbitmq",
"nodejs",
"amqplib"
],
"bugs": {
"url": "https://github.com/freelyformd/mq/issues"
},
"homepage": "https://github.com/freelyformd/mq#readme"
}

0 comments on commit bdc6890

Please sign in to comment.