Skip to content

Commit

Permalink
chore: added lint script and debug package types
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-okot committed May 14, 2018
1 parent 1926a4d commit 3a2677e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@
"test": "jest"
},
"dependencies": {
"amqplib": "^0.5.2"
"amqplib": "^0.5.2",
"debug": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@semantic-release/git": "^4.0.2",
"@types/amqplib": "^0.5.7",
"@types/debug": "^0.0.30",
"@types/jest": "^22.2.3",
"commitizen": "^2.9.6",
"coveralls": "^3.0.1",
"cz-conventional-changelog": "^2.1.0",
"debug": "^3.1.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"nsp": "^3.2.1",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
version "3.5.20"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.20.tgz#f6363172add6f4eabb8cada53ca9af2781e8d6a1"

"@types/debug@^0.0.30":
version "0.0.30"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-0.0.30.tgz#dc1e40f7af3b9c815013a7860e6252f6352a84df"

"@types/events@*":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-1.2.0.tgz#81a6731ce4df43619e5c8c945383b3e62a89ea86"
Expand Down

0 comments on commit 3a2677e

Please sign in to comment.