mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore: added updated dependencies
This commit is contained in:
+15
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "before-after-hook",
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"description": "asynchronous before/error/after hooks for internal functionality",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@@ -13,8 +13,8 @@
|
||||
"prebuild": "rimraf dist && mkdirp dist",
|
||||
"build": "browserify index.js --standalone=Hook > dist/before-after-hook.js",
|
||||
"postbuild": "uglifyjs dist/before-after-hook.js -mc > dist/before-after-hook.min.js",
|
||||
"lint": "prettier --check '{lib,test,examples}/**/*' README.md package.json",
|
||||
"lint:fix": "prettier --write '{lib,test,examples}/**/*' README.md package.json",
|
||||
"lint": "prettier --check '{lib,test,examples}/**/*' 'index.*' README.md package.json",
|
||||
"lint:fix": "prettier --write '{lib,test,examples}/**/*' 'index.*' README.md package.json",
|
||||
"pretest": "npm run -s lint",
|
||||
"test": "npm run -s test:node | tap-spec",
|
||||
"posttest": "npm run validate:ts",
|
||||
@@ -44,7 +44,7 @@
|
||||
"mkdirp": "^1.0.3",
|
||||
"prettier": "^2.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"semantic-release": "^17.0.0",
|
||||
"semantic-release": "^19.0.3",
|
||||
"simple-mock": "^0.8.0",
|
||||
"tap-min": "^2.0.0",
|
||||
"tap-spec": "^5.0.0",
|
||||
@@ -53,14 +53,19 @@
|
||||
"uglify-js": "^3.9.0"
|
||||
},
|
||||
"release": {
|
||||
"publish": [
|
||||
"@semantic-release/npm",
|
||||
"branches": [
|
||||
"+([0-9]).x",
|
||||
"main",
|
||||
"next",
|
||||
{
|
||||
"path": "@semantic-release/github",
|
||||
"assets": [
|
||||
"dist/*.js"
|
||||
]
|
||||
"name": "beta",
|
||||
"prerelease": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"renovate": {
|
||||
"extends": [
|
||||
"github>gr2m/.github"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user