Skip to content

Commit c3d2170

Browse files
committed
Publish v0.0.2
1 parent 55df95a commit c3d2170

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-range",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Parse ranges of a CSV file.",
55
"type": "module",
66
"license": "MIT",
@@ -28,6 +28,7 @@
2828
"coverage": "vitest run --coverage --project=node",
2929
"dev": "tsdown --tsconfig=tsconfig.build.json --watch",
3030
"lint": "eslint .",
31+
"prepublishOnly": "npm i && npm run build",
3132
"test:browser": "vitest run --project=browser",
3233
"test:node": "vitest run --project=node",
3334
"test:ui": "vitest --coverage --project=node --ui",

0 commit comments

Comments
 (0)