1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-22 20:14:20 +00:00

fix: keep every published file reachable, and test all four build artifacts (#631)

This commit is contained in:
Naor Peled
2026-08-30 21:40:10 +03:00
committed by GitHub
parent 1d7923497f
commit 28174aca5e
3 changed files with 56 additions and 6 deletions

View File

@@ -71,6 +71,10 @@
"./src/parser-platforms": "./src/parser-platforms.js",
"./src/utils.js": "./src/utils.js",
"./src/utils": "./src/utils.js",
"./LICENSE": "./LICENSE",
"./README.md": "./README.md",
"./index.d.ts": "./index.d.ts",
"./index.d.mts": "./index.d.mts",
"./package.json": "./package.json"
},
"repository": {