Skip to content

Commit 4dba6be

Browse files
committed
(wip)
1 parent 7ae56f0 commit 4dba6be

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bin/index.js

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

bin/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dependencies": {
1010
"@actions/core": "^1.11.1",
1111
"@actions/github": "^6.0.0",
12+
"source-map-support": "^0.5.21",
1213
"ts-node": "^10.9.1",
1314
"typescript": "^5.0.4",
1415
"xml-js": "^1.6.11"
@@ -28,7 +29,6 @@
2829
"rollup-plugin-node-externals": "^4.1.1",
2930
"rollup-plugin-sourcemaps": "^0.6.3",
3031
"rollup-plugin-terser": "^7.0.2",
31-
"rollup-plugin-typescript2": "^0.35.0",
32-
"source-map-support": "^0.5.21"
32+
"rollup-plugin-typescript2": "^0.35.0"
3333
}
3434
}

0 commit comments

Comments
 (0)