https://github.com/angular/angular
Raw File
Tip revision: f3a00f877d6b3f21e897aefdd8c37b79f74e574b authored by Ben Hong on 21 May 2024, 18:08:16 UTC
docs: update dropdown version for new v18, next and rc releases
Tip revision: f3a00f8
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