https://github.com/angular/angular
Raw File
Tip revision: be6c24611544058809108cc362ff0b2862f8432c authored by Dylan Hunn on 31 July 2024, 17:11:52 UTC
release: cut the v18.1.3 release
Tip revision: be6c246
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