Skip to content

Commit 5ce2a5c

Browse files
committed
Add publish config
1 parent 6c45acc commit 5ce2a5c

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["openworkers"]
3+
}

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,28 @@
22
"name": "@openworkers/workers-types",
33
"version": "0.1.0",
44
"description": "TypeScript types for the OpenWorkers runtime",
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/openworkers/workers-types"
9+
},
10+
"keywords": [
11+
"openworkers",
12+
"workers",
13+
"typescript",
14+
"types"
15+
],
516
"types": "index.d.ts",
617
"files": [
718
"index.d.ts",
819
"types/*.d.ts"
920
],
1021
"peerDependencies": {
11-
"typescript": "^5.9.3"
22+
"typescript": "^5"
23+
},
24+
"publishConfig": {
25+
"access": "public",
26+
"registry": "https://registry.npmjs.org/",
27+
"provenance": true
1228
}
1329
}

0 commit comments

Comments
 (0)