Skip to content

Commit

Permalink
chore: bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boan-anbo committed Nov 14, 2023
1 parent 1fe1a6a commit 4fbe424
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"scripts": {
"test": "vitest",
"build": "echo \"build is not configured for package \\\"×\\\", skipping\""
"build": "echo \"build is not configured for package \\\"×\\\", skipping\"",
"publish": "cd packages/cantos && npm publish --access public && cd ../.."
},
"author": "Bo An",
"license": "ISC",
Expand Down
9 changes: 7 additions & 2 deletions packages/cantos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cantos",
"private": false,
"author": "Bo An",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"User Stories",
"TDD",
Expand All @@ -19,7 +19,12 @@
"Scrum",
"Unit-testing",
"E2E",
"Integration Test"
"Integration Test",
"Typescript",
"React",
"Vue",
"Angular",
"Svelte"
],
"type": "module",
"main": "./dist/cantos.umd.cjs",
Expand Down

0 comments on commit 4fbe424

Please sign in to comment.