feat: release json with download urls (#1140)

This commit is contained in:
Mo
2022-06-22 19:04:42 -05:00
committed by GitHub
parent 4a9471858b
commit 6fb133fb75
68 changed files with 267 additions and 279 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.1.3",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
@@ -12,7 +13,7 @@
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"build": "node index.mjs",
"build": "yarn tsc && node src/build-json.mjs",
"version": "yarn build"
},
"devDependencies": {