Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusuke410 committed Jan 8, 2024
1 parent a5e631b commit 5df7b21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "spicy-input",
"version": "0.0.3",
"version": "0.0.4",
"description": "Spicy-input provides a concise interface for retrieving, setting, and subscribing to these user inputs.",
"scripts": {
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package && tsup",
"clean": "git clean -fx lib/ module/ dist/",
"prepublishOnly": "npm run clean && npm run build",
"watch": "tsc -p . --watch"
},
"keywords": [],
"author": "ryusuke410",
"license": "MIT",
"keywords": [
"swagger",
"swagger-ui",
"swagger-ui-plugin"
],
"devDependencies": {
"@types/swagger-ui": "^3.52.4",
"tsconfig-to-dual-package": "^1.2.0",
Expand Down Expand Up @@ -46,5 +48,15 @@
"dist/"
],
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js"
"jsdelivr": "dist/index.global.js",
"author": "ryusuke410",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ryusuke410/spicy-input.git"
},
"bugs": {
"url": "https://github.com/ryusuke410/spicy-input/issues"
},
"homepage": "https://github.com/ryusuke410/spicy-input#readme"
}

0 comments on commit 5df7b21

Please sign in to comment.