Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 8, 2022
1 parent 273f8c1 commit e6f3270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"hooks": {
"after:init": [
"npm run test",
"t2k"
],
"after:bump": [
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/http-schema-axios",
"version": "1.0.0",
"version": "1.0.1",
"description": "Http schema for axios.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -43,5 +43,10 @@
"dependencies": {
"@jswork/http-schema": "^1.0.4",
"@jswork/next-axios": "^1.1.1"
}
},
"keywords": [
"axios",
"http",
"schema"
]
}

0 comments on commit e6f3270

Please sign in to comment.