https://github.com/angular/angular
Raw File
Tip revision: 92a1e59529f6746dc3822c31cade0380474f84bf authored by Andrew Kushnir on 01 May 2024, 18:44:11 UTC
release: cut the v18.0.0-rc.0 release
Tip revision: 92a1e59
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