Skip to content

Commit dd939e3

Browse files
Merge pull request #9 from garydavisonos/hotfix/gd/package-warning
Update "main" field to point to root index.js
2 parents c9d6efa + 5eb4978 commit dd939e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "conditional-helpers",
3-
"version": "2.0.1",
3+
"version": "2.0.3",
44
"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",
5+
"main": "index.js",
6+
"types": "index.d.ts",
77
"scripts": {
88
"test": "jest",
99
"lint": "eslint .",

0 commit comments

Comments
 (0)