Skip to content

Commit

Permalink
feat(download-asset): rename pkg due to npm name conflict
Browse files Browse the repository at this point in the history
- @thi.ng/download considered illegal pkg name =:-/
  • Loading branch information
postspectacular committed Feb 25, 2020
1 parent b75ac2e commit b490b46
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ contribute, please first read [this document](./CONTRIBUTING.md).

| Project | Version | Changelog | Description |
|-----------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|--------------------------------------------------|
| [`@thi.ng/download`](./packages/download) | [![version](https://img.shields.io/npm/v/@thi.ng/download.svg)](https://www.npmjs.com/package/@thi.ng/download) | [changelog](./packages/download/CHANGELOG.md) | Asset download trigger helper |
| [`@thi.ng/download-asset`](./packages/download) | [![version](https://img.shields.io/npm/v/@thi.ng/download-asset.svg)](https://www.npmjs.com/package/@thi.ng/download-asset) | [changelog](./packages/download/CHANGELOG.md) | Asset download trigger helper |
| [`@thi.ng/hdom`](./packages/hdom) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom) | [changelog](./packages/hdom/CHANGELOG.md) | Hiccup based VDOM & diffing |
| [`@thi.ng/hdom-canvas`](./packages/hdom-canvas) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-canvas.svg)](https://www.npmjs.com/package/@thi.ng/hdom-canvas) | [changelog](./packages/hdom-canvas/CHANGELOG.md) | hdom based declarative canvas drawing |
| [`@thi.ng/hdom-components`](./packages/hdom-components) | [![version](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components) | [changelog](./packages/hdom-components/CHANGELOG.md) | hdom based UI components |
Expand Down
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
Expand Up @@ -40,7 +40,7 @@ ${examples}
${docLink}

```ts
import { download } from "@thi.ng/download";
import { download } from "@thi.ng/download-asset";

const src = "Hellö wörld!";

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@thi.ng/download",
"name": "@thi.ng/download-asset",
"version": "0.1.0",
"description": "Local asset download for web apps, with automatic MIME type detection",
"module": "./index.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b490b46

Please sign in to comment.