Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
feat(npm): publish 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Dec 1, 2023
1 parent cbfd2b0 commit b6ff135
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "digitalocean-openapi",
"version": "0.1.0",
"name": "openapi-digitalocean",
"version": "1.0.0",
"author": "Samuel Kopp (https://samuelkopp.de)",
"license": "MIT",
"description": "A preconfigured OpenAPI client for DigitalOcean's API.",
"description": "A OpenAPI client for DigitalOcean's API written in TypeScript.",
"funding": "https://github.com/sponsors/boywithkeyboard",
"repository": "github:boywithkeyboard/digitalocean-openapi",
"repository": "github:boywithkeyboard/openapi-digitalocean",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -24,6 +24,16 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./v2": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
Expand Down

0 comments on commit b6ff135

Please sign in to comment.