https://github.com/angular/angular
Raw File
Tip revision: c0a8c8fb4b2410f76c0a4b625b35e52cb2189248 authored by Jessica Janiuk on 24 May 2023, 17:31:37 UTC
release: cut the v16.0.3 release
Tip revision: c0a8c8f
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