https://github.com/angular/angular
Raw File
Tip revision: ecb44d3d65c8581fb7bbdaaf96bd53a8cbe9c9a6 authored by Andrew Kushnir on 14 August 2024, 16:25:44 UTC
release: cut the v18.1.5 release
Tip revision: ecb44d3
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