-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hdom-components): rename package hiccup-dom-component => hdom-co…
…mponents BREAKING CHANGE: rename package hiccup-dom-component => hdom-components
- Loading branch information
1 parent
79e1b09
commit 752a78b
Showing
13 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/hiccup-dom-components/test/index.ts → packages/hdom-components/test/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.