Skip to content

Commit 37b259d

Browse files
committed
mod: improve package description
1 parent 8493c48 commit 37b259d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "boilerplate",
33
"version": "1.0.0",
4-
"description": "typescript, rollup boilerplate",
5-
"main": "index.js",
4+
"description": "A boilerplate for typescript application with pnpm, rollup, typescript, css modules (scss) and jest.",
65
"scripts": {
76
"prod": "rm -rf build && NODE_ENV=production rollup -c",
87
"dev": "rm -rf build && rollup -c -w",

0 commit comments

Comments
 (0)