We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a917fdc commit 26ce477Copy full SHA for 26ce477
docs/CHECK_LIST.md
@@ -4,7 +4,9 @@ Pre release
4
* [ ] Added/updated documentation for new properties/features
5
* [ ] `package-lock.json` reflects the right version : `npm install`
6
* [ ] Browser bundle are generated `npm run bundle`
7
-* [ ] TS typings are updated
+* [ ] TS and CJS typings are updated
8
+ - fxp.d.cjs
9
+ - fxp.d.ts
10
* [ ] ReadMe file or docs are updated for any change, user list, performance report, links etc.
11
* [ ] Single test is not running `fit`
12
* [ ] `npm run checkReadiness` is used to check the files being published
0 commit comments