Skip to content

Commit 2e180fc

Browse files
author
Daniel Bot
committed
fix: pick types from lib/index.t.ts
1 parent f1adfa8 commit 2e180fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
"cdk": "cdk",
1010
"lint": "eslint .",
1111
"lint:fix": "eslint . --fix",
12-
"prerelease": "npm run build && npm run package && standard-version --pre-release",
12+
"pre-release": "npm run build && npm run package",
13+
"pre-release:dryrun": "npm run pre-release && standard-version --dry-run",
14+
"pre-release:minor": "npm run pre-release && standard-version --pre-release --release-as=minor",
15+
"prerelease:":"npm run pre-release && standard-version --pre-release",
1316
"postrelease": "git push && git push --tags"
1417
},
1518
"main": "lib/index.js",
16-
"types": "lib/types.d.ts",
19+
"types": "lib/index.d.ts",
1720
"repository": "https://github.com/iDanielBot/cdk-http-openapi.git",
1821
"homepage": "https://github.com/iDanielBot/cdk-http-openapi",
1922
"author": {

0 commit comments

Comments
 (0)