We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9688d33 commit 8149092Copy full SHA for 8149092
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+- [JavaScript] Added TypeScript source to the package ([#211](https://github.com/cucumber/cucumber-expressions/pull/211))
11
+
12
## [16.1.2] - 2023-01-17
13
### Fixed
14
- [Java] Improve cucumber expression creation performance ([#202](https://github.com/cucumber/cucumber-expressions/pull/202))
javascript/package.json
@@ -7,7 +7,8 @@
"types": "dist/cjs/src/index.d.ts",
"files": [
"dist/cjs",
- "dist/esm"
+ "dist/esm",
+ "src"
],
"module": "dist/esm/src/index.js",
"jsnext:main": "dist/esm/src/index.js",
0 commit comments