Skip to content

Commit 33ad066

Browse files
authored
Merge pull request #76 from Fdawgs/build/deps
build(deps): remove uuid
2 parents a3d5477 + 7c72676 commit 33ad066

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"conventional-changelog-lint-config-canonical": "^1.0.0",
3131
"dargs": "^7.0.0",
3232
"execa": "^4.0.3",
33-
"lerna": "^3.22.1",
34-
"uuid": "^8.3.1"
33+
"lerna": "^3.22.1"
3534
},
3635
"devDependencies": {
3736
"@commitlint/cli": "^11.0.0",

src/action.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const { existsSync } = require('fs')
22
const { resolve } = require('path')
3-
const { v4: uuidv4 } = require('uuid')
43
const core = require('@actions/core')
54
const github = require('@actions/github')
65
const lint = require('@commitlint/lint').default

0 commit comments

Comments
 (0)