Skip to content

Commit

Permalink
fix: yarn lock (#242)
Browse files Browse the repository at this point in the history
* fix yarn lock

* style(test): test

test

* remove package added in error
  • Loading branch information
andywilkinshmcts authored Jul 18, 2024
1 parent 40a23e7 commit d38f1e5
Show file tree
Hide file tree
Showing 2 changed files with 1,786 additions and 2,444 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hmcts/rpx-xui-node-lib",
"version": "2.29.0",
"description": "Common Nodejs library components for XUI",
"description": "Common nodejs library components for XUI",
"main": "dist/index",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -14,7 +14,8 @@
"commit": "git cz",
"ci:lint": "eslint \"*/**/*.{js,ts}\" --quiet",
"ci": "yarn && yarn ci:lint && yarn build",
"watch": "tsc --watch"
"watch": "tsc --watch",
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,7 +66,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": ">=4",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^27.5.1",
"lint-staged": "^10.2.2",
Expand Down Expand Up @@ -112,4 +113,3 @@
"minimist": "1.2.6"
}
}

Loading

0 comments on commit d38f1e5

Please sign in to comment.