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.
2 parents c9d6efa + 5eb4978 commit dd939e3Copy full SHA for dd939e3
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "conditional-helpers",
3
- "version": "2.0.1",
+ "version": "2.0.3",
4
"description": "A collection of JavaScript helper functions to be used in conditional logic within projects",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "main": "index.js",
+ "types": "index.d.ts",
7
"scripts": {
8
"test": "jest",
9
"lint": "eslint .",
0 commit comments