@axpo/cli 1.0.0 → 1.0.1
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.
- package/README.md +1 -1
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ axpo clean # Remove build folder and zip files
|
|
|
84
84
|
|
|
85
85
|
## Links
|
|
86
86
|
|
|
87
|
-
- **Core SDK:** [@axpo/
|
|
87
|
+
- **Core SDK:** [@axpo/sdk](https://www.npmjs.com/package/@axpo/sdk)
|
|
88
88
|
- **GitHub:** [github.com/MatrixCoder0101/axpo](https://github.com/MatrixCoder0101/axpo)
|
|
89
89
|
- **Acode Docs:** [docs.acode.app](https://docs.acode.app)
|
|
90
90
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axpo/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CLI & build tool for Acode plugin development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -27,7 +27,15 @@
|
|
|
27
27
|
"prepublishOnly": "npm run build",
|
|
28
28
|
"postinstall": ""
|
|
29
29
|
},
|
|
30
|
-
"keywords": [
|
|
30
|
+
"keywords": [
|
|
31
|
+
"acode",
|
|
32
|
+
"plugin",
|
|
33
|
+
"cli",
|
|
34
|
+
"build-tool",
|
|
35
|
+
"axpo",
|
|
36
|
+
"esbuild",
|
|
37
|
+
"hot-reload"
|
|
38
|
+
],
|
|
31
39
|
"author": "Goutam Kumar <contact@goutam.is-a.dev>",
|
|
32
40
|
"license": "MIT",
|
|
33
41
|
"repository": {
|