hebo-notification-handler-inmemory
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hebo-notification-handler-inmemory", | ||
"description": "Notification Handler implementation for hebo-js that stores to memory", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Steve Caldwell <scaldwell@gmail.com>", | ||
@@ -23,24 +23,24 @@ "ava": { | ||
"dependencies": { | ||
"auto-bind": "^1.2.1", | ||
"hebo": "^0.3.3" | ||
"auto-bind": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "latest", | ||
"@commitlint/config-conventional": "latest", | ||
"ava": "latest", | ||
"codecov": "latest", | ||
"cross-env": "latest", | ||
"eslint": "latest", | ||
"eslint-config-prettier": "latest", | ||
"eslint-config-xo-lass": "latest", | ||
"eslint-plugin-prettier": "latest", | ||
"fixpack": "latest", | ||
"husky": "latest", | ||
"lint-staged": "latest", | ||
"nyc": "latest", | ||
"prettier": "latest", | ||
"remark-cli": "latest", | ||
"remark-preset-github": "latest", | ||
"@commitlint/cli": "^7.2.0", | ||
"@commitlint/config-conventional": "^7.1.2", | ||
"ava": "^0.25.0", | ||
"codecov": "^3.1.0", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^5.6.1", | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-config-xo-lass": "^1.0.3", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"fixpack": "^2.3.1", | ||
"hebo": "^0.3.3", | ||
"husky": "^1.1.2", | ||
"lint-staged": "^7.3.0", | ||
"nyc": "^13.0.1", | ||
"prettier": "^1.14.3", | ||
"remark-cli": "^5.0.0", | ||
"remark-preset-github": "^0.0.9", | ||
"shortid": "^2.2.13", | ||
"xo": "latest" | ||
"xo": "^0.23.0" | ||
}, | ||
@@ -92,2 +92,5 @@ "engines": { | ||
}, | ||
"peerDependencies": { | ||
"hebo": "^0.3.3" | ||
}, | ||
"prettier": { | ||
@@ -94,0 +97,0 @@ "singleQuote": true, |
7312
6
54
19
- Removedhebo@^0.3.3