Skip to content

Commit

Permalink
Merge pull request #9 from garydavisonos/hotfix/gd/package-warning
Browse files Browse the repository at this point in the history
Update "main" field to point to root index.js
  • Loading branch information
garydavisonos authored Jan 24, 2025
2 parents c9d6efa + 5eb4978 commit dd939e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "conditional-helpers",
"version": "2.0.1",
"version": "2.0.3",
"description": "A collection of JavaScript helper functions to be used in conditional logic within projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint .",
Expand Down

0 comments on commit dd939e3

Please sign in to comment.