https://github.com/angular/angular
Raw File
Tip revision: 8a3d010d4dcdc0bf6285e4e038eb74be0bb28ee6 authored by Pawel Kozlowski on 29 May 2024, 16:38:06 UTC
release: cut the v18.1.0-next.0 release
Tip revision: 8a3d010
package-lib1.json
{
  "name": "lib1_built",
  "version": "0.0.0",
  "license": "MIT",
  "type": "module",
  "exports": "./src/lib1.js",
  "typings": "./src/lib1.d.ts"
}
back to top