treble-hook
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "treble-hook", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Get hooked on simple subscribe-and-publish in ReactJS.", | ||
@@ -24,3 +24,4 @@ "main": "./lib/index.js", | ||
"lint": "tslint -c ./tslint.json ./src/**/*.ts", | ||
"prepublishOnly": "yarn build", | ||
"prepublishOnly": "yarn test", | ||
"pretest": "yarn build", | ||
"test": "yarn jest" | ||
@@ -27,0 +28,0 @@ }, |
16537