@thi.ng/hdom
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="2.2.2"></a> | ||
## [2.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.1...@thi.ng/hdom@2.2.2) (2018-03-17) | ||
**Note:** Version bump only for package @thi.ng/hdom | ||
<a name="2.2.1"></a> | ||
@@ -8,0 +16,0 @@ ## [2.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.0...@thi.ng/hdom@2.2.1) (2018-03-16) |
{ | ||
"name": "@thi.ng/hdom", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Lightweight vanilla ES6 UI component & virtual DOM system", | ||
@@ -19,3 +19,3 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@thi.ng/atom": "^0.13.0", | ||
"@thi.ng/atom": "^1.0.1", | ||
"@types/mocha": "^2.2.48", | ||
@@ -31,3 +31,3 @@ "@types/node": "^9.4.6", | ||
"@thi.ng/diff": "^1.0.1", | ||
"@thi.ng/hiccup": "^1.2.1", | ||
"@thi.ng/hiccup": "^1.2.2", | ||
"@thi.ng/iterators": "^4.0.7" | ||
@@ -34,0 +34,0 @@ }, |
@@ -95,2 +95,14 @@ # @thi.ng/hdom | ||
**New since 2018-03-15: You can now create a preconfigured app skeleton | ||
using @thi.ng/atom, @thi.ng/hdom & @thi.ng/router using the | ||
[create-hdom-app](https://github.com/thi-ng/create-hdom-app) project generator:** | ||
``` | ||
yarn create hdom-app my-app | ||
cd my-app | ||
yarn install | ||
yarn start | ||
``` | ||
## Usage examples | ||
@@ -97,0 +109,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46618
210
Updated@thi.ng/hiccup@^1.2.2