mixcli 3.0.8 → 3.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "mixcli",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.10",
|
4
4
|
"description": "Develop command line tool scaffolding for monorepo",
|
5
5
|
"repository": "https://github.com/zhangfisher/mixcli.git",
|
6
6
|
"homepage": "https://zhangfisher.github.io/mixcli/",
|
7
7
|
"main": "./dist/index.js",
|
8
8
|
"module": "./dist/index.mjs",
|
9
9
|
"types": "./dist/index.d.ts",
|
10
|
+
"access": "public",
|
10
11
|
"files": [
|
11
12
|
"dist",
|
12
13
|
"src",
|