Skip to content

Commit e1069dc

Browse files
committed
updated package.json
1 parent 27209e3 commit e1069dc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"name": "@verygoodgraphics/vgg-cli",
3-
"description": "Command-line tool that converts design files into VGG format.",
4-
"version": "0.0.1",
52
"author": "Chaoya Li",
63
"bin": {
74
"vgg-cli": "./bin/run.js"
@@ -12,6 +9,7 @@
129
"@oclif/plugin-help": "^6",
1310
"@oclif/plugin-plugins": "^5"
1411
},
12+
"description": "Command-line tool that converts design files into VGG format.",
1513
"devDependencies": {
1614
"@oclif/prettier-config": "^0.2.1",
1715
"@oclif/test": "^3",
@@ -43,15 +41,18 @@
4341
],
4442
"license": "MIT",
4543
"main": "dist/index.js",
46-
"type": "module",
44+
"name": "@verygoodgraphics/vgg-cli",
4745
"oclif": {
4846
"bin": "vgg-cli",
49-
"dirname": "vgg-cli",
5047
"commands": "./dist/commands",
48+
"dirname": "vgg-cli",
5149
"plugins": [],
5250
"topicSeparator": " ",
5351
"topics": {}
5452
},
53+
"publishConfig": {
54+
"access": "public"
55+
},
5556
"repository": "verygoodgraphics/vgg_cli",
5657
"scripts": {
5758
"build": "shx rm -rf dist && tsc -b",
@@ -62,5 +63,7 @@
6263
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
6364
"version": "oclif readme && git add README.md"
6465
},
65-
"types": "dist/index.d.ts"
66+
"type": "module",
67+
"types": "dist/index.d.ts",
68+
"version": "0.0.1"
6669
}

0 commit comments

Comments
 (0)