Skip to content

Commit

Permalink
update mklib.sh to include a description in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiBer committed Mar 14, 2024
1 parent 0764e68 commit ccbf945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mklib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mkdir $1
cat > $1/package.json <<HERE
{
"name": "@winglibs/$1",
"description": "$1 library for Wing",
"version": "0.0.1",
"repository": {
"type": "git",
Expand Down

0 comments on commit ccbf945

Please sign in to comment.