Skip to content

Commit

Permalink
build: adds bummp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fenilli committed Oct 30, 2023
1 parent 695bcf0 commit c0e72b7
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"bugs": "https://github.com/formkit/inertia/issues",
"license": "MIT",
"author": "Gustavo Fenilli <[email protected]>",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -43,14 +45,15 @@
"@commitlint/config-conventional": "^18.1.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"bumpp": "^9.2.0",
"eslint": "^8.52.0",
"publint": "^0.2.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"vue": ">= 3.0.0",
"@formkit/vue": ">= 1.2.0",
"@inertiajs/core": ">= 1.0.0"
"@inertiajs/core": ">= 1.0.0",
"vue": ">= 3.0.0"
}
}
Loading

0 comments on commit c0e72b7

Please sign in to comment.