Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Oct 22, 2023
1 parent d0a3bb2 commit 0866fc8
Show file tree
Hide file tree
Showing 9 changed files with 2,868 additions and 2,438 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "node12-template-action",
"name": "reg-actions",
"version": "0.0.0",
"private": true,
"description": "Node 12 template action",
"description": "github actions for reg",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "npm run build && ncc build node_modules/reg-cli/dist/diff.js -o dist && mv dist/index.js dist/diff.js && ncc build --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/node12-template.git"
"url": "git+https://github.com/bokuweb/reg-actions.git"
},
"keywords": [
"actions",
Expand All @@ -19,15 +19,17 @@
],
"author": "GitHub",
"license": "MIT",
"resolutions": {
"**/ansi-regex": "^6.0.1",
"**/glob-parent": "^6.0.2",
"**/trim-newlines": "^4.0.2",
"**/axios": "^1.1.3",
"**/kind-of": "^6.0.3",
"**/minimist": "^1.2.7",
"**/shell-quote": "^1.7.3",
"**/braces": "^3.0.2"
"pnpm": {
"overrides": {
"ansi-regex": "^6.0.1",
"glob-parent": "^6.0.2",
"trim-newlines": "^4.0.2",
"axios": "^1.1.3",
"kind-of": "^6.0.3",
"minimist": "^1.2.7",
"shell-quote": "^1.7.3",
"braces": "^3.0.2"
}
},
"dependencies": {
"@actions/artifact": "^1.1.0",
Expand All @@ -43,6 +45,7 @@
"chalk": "^5.1.2",
"cpx": "^1.5.0",
"exponential-backoff": "^3.1.0",
"fast-glob": "^3.3.1",
"glob": "^8.0.3",
"loglevel": "^1.8.0",
"make-dir": "^3.1.0",
Expand Down
Loading

0 comments on commit 0866fc8

Please sign in to comment.