pojo-observer
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "## What? A minimalist object observer that works with React hooks.", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"build:watch": "npm run build:js -- --watch", | ||
"coverage": "echo do nothing", | ||
"coverage": "echo Coverage already collected using test runs. Github actions code-climate plugin needs this task :/", | ||
"type-check": "tsc --noEmit", | ||
@@ -26,0 +26,0 @@ "type-check:watch": "npm run type-check -- --watch", |
53173