Skip to content

Commit 2ffebf7

Browse files
committed
🎨 rename bin
1 parent 5467686 commit 2ffebf7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "@micro-app/cli",
33
"version": "0.2.0-beta.4",
44
"description": "[CLI] Pluggable micro application framework.",
5+
"main": "bin/base.js",
56
"bin": {
6-
"micro-app": "./bin/micro-app.js",
7-
"micro-app-dev": "./bin/micro-app-dev.js",
8-
"micro-app-start": "./bin/micro-app-start.js"
7+
"micro-app": "bin/micro-app",
8+
"micro-app-dev": "bin/micro-app-dev",
9+
"micro-app-start": "bin/micro-app-start"
910
},
1011
"scripts": {
1112
"lint": "eslint .",

0 commit comments

Comments
 (0)