Skip to content

Commit e0d0b20

Browse files
committed
chore: try fixing publish
1 parent 2da48ec commit e0d0b20

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

packages/respect-core/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"json-server": "json-server --watch api-samples/fake-db.json --port 3000 --host 0.0.0.0"
77
},
8-
"main": "./lib/index.js",
9-
"types": "./lib/index.d.ts",
8+
"main": "lib/index.js",
9+
"types": "lib/index.d.ts",
1010
"exports": {
1111
".": {
1212
"require": "./lib/index.js",
@@ -17,13 +17,19 @@
1717
"node": ">=18.17.0",
1818
"npm": ">=9.5.0"
1919
},
20+
"engineStrict": true,
2021
"license": "SEE LICENSE IN LICENSE",
2122
"repository": {
2223
"type": "git",
2324
"url": "https://github.com/Redocly/redocly-cli.git"
2425
},
2526
"homepage": "https://github.com/Redocly/redocly-cli",
26-
"keywords": [],
27+
"keywords": [
28+
"API Testing"
29+
],
30+
"contributors": [
31+
"Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
32+
],
2733
"devDependencies": {
2834
"@types/concat-stream": "^2.0.3",
2935
"@types/cookie": "0.6.0",
@@ -68,5 +74,9 @@
6874
},
6975
"files": [
7076
"lib"
71-
]
77+
],
78+
"publishConfig": {
79+
"access": "public",
80+
"registry": "https://registry.npmjs.org/"
81+
}
7282
}

0 commit comments

Comments
 (0)