Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Aug 17, 2024
1 parent 125bebe commit 9f5706e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colsys",
"version": "0.1.0",
"version": "0.1.1",
"description": "A light and zero-dependecy terminal string styling library",
"license": "(MIT OR Apache-2.0)",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"scripts": {
"build": "node build.mjs",
"release": "node release.mjs",
"format": "biome format --write",
"test": "vitest"
},
Expand Down
1 change: 1 addition & 0 deletions build.mjs → release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ packageJSON.devDependencies = undefined;
fs.writeFileSync("package.json", JSON.stringify(packageJSON, undefined, "\t"));

execSync("pnpm pack");
execSync("pnpm publish")

fs.writeFileSync("package.json", pkg);

0 comments on commit 9f5706e

Please sign in to comment.