Skip to content

Commit

Permalink
fix: Add main feild in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 20, 2021
1 parent 18fb8a7 commit 2ddb151
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -2,15 +2,16 @@
"name": "bannerjs",
"version": "2.0.0",
"description": "Get one-line/multi-line comment banner based on package.json.",
"main": "lib/index.js",
"bin": {
"bannerjs": "./bin/cli.js"
},
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"scripts": {
"start": "node lib/index.js",
"watch": "tsbb watch --no-esm --disable-babel",
"build": "tsbb build --no-esm --disable-babel",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down

0 comments on commit 2ddb151

Please sign in to comment.