https://github.com/angular/angular
Raw File
Tip revision: 37dcc8d0eb2cecfe703ec7f2e7982b7d96126e8e authored by Pawel Kozlowski on 10 July 2024, 12:46:59 UTC
release: cut the v18.0.7 release
Tip revision: 37dcc8d
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