Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: reset version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jan 29, 2024
1 parent cdb26a3 commit dbf7ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
7 changes: 0 additions & 7 deletions packages/cli/CHANGELOG.md

This file was deleted.

13 changes: 3 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"keywords": [
"scalar",
"openapi",
"swagger",
"cli"
],
"keywords": ["scalar", "openapi", "swagger", "cli"],
"engines": {
"node": ">=18"
},
Expand All @@ -25,13 +20,11 @@
"build": "rm -Rf dist/ && tsc && rollup -c"
},
"type": "module",
"version": "0.1.0",
"version": "0.0.0",
"bin": {
"scalar": "./dist/index.js"
},
"files": [
"./dist"
],
"files": ["./dist"],
"dependencies": {
"@hono/node-server": "^1.5.0",
"@scalar/api-reference": "^1.14.0",
Expand Down

0 comments on commit dbf7ef5

Please sign in to comment.