Skip to content

Commit

Permalink
feat(hdom-components): rename package hiccup-dom-component => hdom-co…
Browse files Browse the repository at this point in the history
…mponents

BREAKING CHANGE: rename package hiccup-dom-component => hdom-components
  • Loading branch information
postspectacular committed Mar 3, 2018
1 parent 79e1b09 commit 752a78b
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# @thi.ng/hiccup-dom-components
# @thi.ng/hdom-components

[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/hiccup-dom-components.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-dom-components)
[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components)

**As of 2018-03-03 this package is now called @thi.ng/hdom-components, formerly @thi.ng/hiccup-dom-components**

## About

A growing collection of unstyled, re-usable & customizable components for use
with
[@thi.ng/hiccup-dom](https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-dom)
[@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/master/packages/hdom)
&
[@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/master/packages/hiccup).

Expand All @@ -15,13 +17,13 @@ with
## Installation

```
yarn add @thi.ng/hiccup-dom-components
yarn add @thi.ng/hdom-components
```

## Usage examples

```typescript
import * as hdc from "@thi.ng/hiccup-dom-components";
import * as hdc from "@thi.ng/hdom-components";
```

### Canvas
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@thi.ng/hiccup-dom-components",
"name": "@thi.ng/hdom-components",
"version": "0.2.2",
"description": "TODO",
"main": "./index.js",
Expand Down Expand Up @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// import * as assert from "assert";
// import * as hc from "../src/index";

describe("hiccup-dom-components", () => {
describe("hdom-components", () => {
it("tests pending");
});
File renamed without changes.
File renamed without changes.

0 comments on commit 752a78b

Please sign in to comment.