https://github.com/angular/angular
Raw File
Tip revision: 544aedee6f9f33323270b8fa97479a790895240e authored by Andrew Kushnir on 25 April 2024, 15:21:31 UTC
release: cut the v17.3.6 release
Tip revision: 544aede
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