@nanawan/icon-builder 0.6.1 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,25 +1,25 @@
1
1
  ## Intro
2
2
 
3
- `@pui/icon-builder` is a tool to build svg images to icon fonts.
3
+ `@nanawan/icon-builder` is a tool to build svg images to icon fonts.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ### npm
8
8
 
9
9
  ```shell
10
- npm i @pui/icon-builder -D
10
+ npm i @nanawan/icon-builder -D
11
11
  ```
12
12
 
13
13
  ### yarn
14
14
 
15
15
  ```shell
16
- yarn add @pui/icon-builder -D
16
+ yarn add @nanawan/icon-builder -D
17
17
  ```
18
18
 
19
19
  ### pnpm
20
20
 
21
21
  ```shell
22
- pnpm add @pui/icon-builder -D
22
+ pnpm add @nanawan/icon-builder -D
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -59,7 +59,7 @@ VI_FIGMA_TOKEN=<token> npx vi figma -f <file>
59
59
 
60
60
  ```js
61
61
  // vi.config.ts
62
- import { defineConfig } from '@pui/icon-builder'
62
+ import { defineConfig } from '@nanawan/icon-builder'
63
63
 
64
64
  export default defineConfig({
65
65
  name: 'i-icons',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nanawan/icon-builder",
3
3
  "type": "module",
4
- "version": "0.6.1",
4
+ "version": "0.6.3",
5
5
  "description": "icon builder of pui",
6
6
  "keywords": [
7
7
  "pui",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "commander": "^11.1.0",
40
- "@pui/webfont": "0.0.9",
40
+ "@nanawan/webfont": "0.0.9",
41
41
  "chokidar": "3.6.0",
42
42
  "fs-extra": "^11.1.1",
43
43
  "picocolors": "^1.0.0",
@@ -46,15 +46,15 @@
46
46
  "typescript": "^5.2.2",
47
47
  "esbuild": "0.21.5",
48
48
  "hash-sum": "^2.0.0",
49
- "@pui/axle": "^0.9.0",
49
+ "@nanawan/axle": "^1.0.2",
50
50
  "rattail": "^1.0.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/fs-extra": "^11.0.4",
54
54
  "@types/node": "^20.9.0",
55
55
  "@types/hash-sum": "^1.0.2",
56
- "@pui/eslint-config": "^3.1.4",
57
- "@pui/release": "0.2.5",
56
+ "@nanawan/eslint-config": "^3.1.4",
57
+ "@nanawan/release": "0.2.5",
58
58
  "eslint": "^8.53.0",
59
59
  "prettier": "^3.1.0",
60
60
  "simple-git-hooks": "^2.9.0",