Skip to content

Commit

Permalink
✨ export source as default
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallymentor committed Nov 7, 2023
1 parent 4e0a2a8 commit c237970
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": "@poap/sane-data",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"description": "A collection of data validations and sanetisers",
"main": "./src/index.js",
"browser": "./dist/browser/index.js",
Expand All @@ -12,7 +12,7 @@
"import": "./dist/node-esm/index.js"
},
"development": "./src/index.js",
"default": "./dist/esm/index.js"
"default": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit c237970

Please sign in to comment.