Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Mar 23, 2023
1 parent 64c9a2c commit c2072d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tag-version-prefix=""
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild --bundle --minify --format=iife --sourcemap last-icon.js --outfile=last-icon.min.js",
"build-min": "npm run build && git add -A && git commit -m \"build files\"",
"start": "npm run build -- --servedir=.",
"watch": "npm run build -- --watch",
"bump": "npm run build && npm version patch",
"jsdoc": "npx jsdoc2md last-icon.js"
"bump": "npm run build-min && npm version patch",
"jsdoc": "npx jsdoc-to-markdown last-icon.js"
},
"repository": {
"type": "git",
Expand All @@ -26,4 +27,4 @@
],
"author": "LeKoala",
"license": "MIT"
}
}

0 comments on commit c2072d0

Please sign in to comment.