https://github.com/angular/angular
Raw File
Tip revision: 4ceb8530c5f77d540036ed2dcfc043722281c016 authored by Jessica Janiuk on 03 July 2024, 19:34:15 UTC
release: cut the v18.0.6 release
Tip revision: 4ceb853
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