Skip to content

Commit 8149092

Browse files
authored
Add TypeScript source to package (#211)
Fixes: #210
1 parent 9688d33 commit 8149092

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- [JavaScript] Added TypeScript source to the package ([#211](https://github.com/cucumber/cucumber-expressions/pull/211))
11+
1012
## [16.1.2] - 2023-01-17
1113
### Fixed
1214
- [Java] Improve cucumber expression creation performance ([#202](https://github.com/cucumber/cucumber-expressions/pull/202))

javascript/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "dist/cjs/src/index.d.ts",
88
"files": [
99
"dist/cjs",
10-
"dist/esm"
10+
"dist/esm",
11+
"src"
1112
],
1213
"module": "dist/esm/src/index.js",
1314
"jsnext:main": "dist/esm/src/index.js",

0 commit comments

Comments
 (0)