https://github.com/angular/angular
Raw File
Tip revision: 182138e74bd39c7b4fd152368fa6e3087b20cc86 authored by Jessica Janiuk on 05 June 2024, 19:02:16 UTC
release: cut the v17.3.11 release
Tip revision: 182138e
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