Skip to content

Commit 5c2c862

Browse files
Merge pull request #158 from SocketDev/release-v0.10.1
Release v0.10.1
2 parents da75762 + 9927b49 commit 5c2c862

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/cli",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "CLI tool for Socket.dev",
55
"homepage": "http://github.com/SocketDev/socket-cli-js",
66
"repository": {
@@ -101,15 +101,14 @@
101101
"engines": {
102102
"node": "^20.9.0 || >=21.1.0"
103103
},
104-
105104
"scripts": {
106105
"check:dependency-check": "dependency-check '*.js' 'lib/shadow/*.cjs' '*.mjs' 'test/*.js' --no-dev --ignore-module node:* --ignore-module @cyclonedx/* --ignore-module synp",
107106
"check:installed-check": "installed-check -i eslint-plugin-jsdoc",
108107
"check:lint": "eslint --report-unused-disable-directives .",
109108
"check:tsc": "tsc",
110109
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
111110
"check": "run-p -c --aggregate-output check:*",
112-
"prepare": "husky install",
111+
"prepare": "husky",
113112
"test:unit": "c8 --reporter=lcov --reporter text node --test",
114113
"test-ci": "run-s test:*",
115114
"test": "run-s check test:*",

0 commit comments

Comments
 (0)