Skip to content

Commit

Permalink
adding correct exports for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
1800joe committed Jul 12, 2022
1 parent baaaa5b commit 3c1c82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tatatap-com/sowhat",
"description": "Anything goes, organizational and utility function notation parser.",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"type": "module",
"engines": {
Expand All @@ -21,7 +21,7 @@
"rollup": "^2.75.7",
"rollup-plugin-terser": "^7.0.2"
},
"exports": "./src/index.js",
"exports": "./dist/sowhat.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 3c1c82c

Please sign in to comment.