- attempt to move to ESM from CJS
This commit is contained in:
+3
-1
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "release-changelog-builder-action",
|
||||
"version": "v5.0.0",
|
||||
"version": "v5.1.0",
|
||||
"private": true,
|
||||
"description": "A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.",
|
||||
"main": "lib/main.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"format": "prettier --write **/*.ts **/**/*.ts",
|
||||
@@ -42,6 +43,7 @@
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@octokit/rest": "^20.1.1",
|
||||
"eslint-import-resolver-typescript": "^3.7.0",
|
||||
"gitea-js": "^1.22.0",
|
||||
"globals": "^15.13.0",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
|
||||
Reference in New Issue
Block a user