@hieuzest/yakumo 0.2.1 → 0.2.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/package.json +5 -5
  2. package/readme.md +6 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hieuzest/yakumo",
3
3
  "description": "Fork of Yakumo",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "typings": "lib/index.d.ts",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "kleur": "^4.1.5",
33
- "yakumo-git": "^0.5.2",
34
- "yakumo-locate": "^0.5.3",
35
- "yakumo-ls": "^0.2.2",
36
- "yakumo-yargs": "^0.1.2"
33
+ "yakumo-git": "^0.5.4",
34
+ "yakumo-locate": "^0.5.4",
35
+ "yakumo-ls": "^0.2.3",
36
+ "yakumo-yargs": "^0.1.3"
37
37
  }
38
38
  }
package/readme.md CHANGED
@@ -4,4 +4,9 @@
4
4
  [![npm](https://img.shields.io/npm/v/yakumo-ls?style=flat-square)](https://www.npmjs.com/package/@hieuzest/yakumo)
5
5
  [![GitHub](https://img.shields.io/github/license/Hieuzest/yakumo?style=flat-square)](https://github.com/Hieuzest/yakumo/blob/master/LICENSE)
6
6
 
7
- Customized fork of Yakumo
7
+ Customized fork of Yakumo, providing extra features and builtin plugins.
8
+
9
+ ## Usage
10
+
11
+ - add `@hieuzest/yakumo` to the project devDependencies and install
12
+ - change `name: yakumo` of the original `yakumo.yml` to `name: '@hieuzest/yakumo'`