@hpcc-js/preact-shim
Advanced tools
Comparing version 0.0.67 to 0.0.68
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.0.68"></a> | ||
## [0.0.68](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/preact-shim@0.0.67...@hpcc-js/preact-shim@0.0.68) (2018-08-02) | ||
**Note:** Version bump only for package @hpcc-js/preact-shim | ||
<a name="0.0.67"></a> | ||
@@ -8,0 +16,0 @@ ## [0.0.67](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/preact-shim@0.0.66...@hpcc-js/preact-shim@0.0.67) (2018-07-30) |
{ | ||
"name": "@hpcc-js/preact-shim", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "hpcc-js - preact shim", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
"watch": "concurrently --kill-others \"npm run compile-es6-watch\" \"npm run bundle-watch\"", | ||
"watch": "run-p compile-es6-watch bundle-watch", | ||
"lint": "tslint --project . src/**/*.ts", | ||
@@ -26,0 +26,0 @@ "docs": "typedoc --options tdoptions.json ." |
199387