https://github.com/angular/angular
Raw File
Tip revision: 2a3db67cdf2855195b5e1c207f7d682182f9a415 authored by Andrew Kushnir on 25 April 2024, 15:31:00 UTC
release: cut the v18.0.0-next.6 release
Tip revision: 2a3db67
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