Skip to content

Commit

Permalink
Add package.json keyword, first stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickypid committed Jan 17, 2022
1 parent ce4fe2b commit 0373f85
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iubenda-consent-solution-api",
"version": "0.2.1",
"version": "1.0.1",
"description": "API client to implement Iubenda Consent Solution in backend service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,10 @@
"typescript-transform-paths": "^2.1.0"
},
"husky": {
"hooks": {}
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "git update-index --again"
}
},
"lint-staged": {
"*.ts": [
Expand All @@ -56,6 +59,9 @@
"keywords": [
"iubenda",
"iubenda-api",
"iubenda-consent-solution"
"iubenda-consent-solution",
"consent-solution",
"api",
"client"
]
}

0 comments on commit 0373f85

Please sign in to comment.