lunet 0.0.5 → 0.0.6

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,10 +5,14 @@
5
5
  ```bash
6
6
  $ npm install lunet
7
7
  # or
8
- $ bun i lunet
8
+ $ bun add lunet
9
9
 
10
10
  # こちらもお勧め
11
- $ bun i lunet-transpiler
11
+ $ npm install alien-signals
12
+ $ npm install --save-dev lunet-transpiler
13
+ # or
14
+ $ bun add alien-signals
15
+ $ bun add -D lunet-transpiler
12
16
  ```
13
17
 
14
18
  ## 使い方のサンプル
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunet",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "author": "TNTSuperMan",
5
5
  "license": "MIT",
6
6
  "description": "より柔軟なWebフロントエンドライブラリ。",