https://github.com/angular/angular
Raw File
Tip revision: 4c01a080a337afa648abd506328f010581a12b26 authored by Dylan Hunn on 16 May 2024, 23:31:52 UTC
dev-infra: update DEVELOPER.md release instructions for zone.js
Tip revision: 4c01a08
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