Skip to content

Commit

Permalink
build: dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Nov 11, 2024
1 parent 0cf167f commit 15f7df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cftools.js",
"version": "0.0.1",
"version": "1.0.0",
"description": "JavaScript implementation for the CFTools Data API.",
"access": "public",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"lint:fix": "npx eslint src/**/*.ts --fix && npx eslint test/**/*.ts --fix",
"prebuild": "npm run clean:dist",
"build": "tsup",
"build:docs": "typedoc --out docs src",
"build:docs": "rimraf ./docs && typedoc",
"start": "node dist/index",
"start:dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"pretest": "npm run build",
Expand Down

0 comments on commit 15f7df3

Please sign in to comment.