https://github.com/angular/angular
Raw File
Tip revision: 58ee039d5ed1e172f279b035287cc954a880dee3 authored by Andrew Scott on 24 July 2024, 17:49:03 UTC
release: cut the v18.1.2 release
Tip revision: 58ee039
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