Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wbourne0 committed Nov 22, 2022
1 parent 9728c77 commit ef1ea8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "incremental-csv-parser",
"version": "1.0.0",
"version": "1.0.2",
"description": "A simple, browser compatible, incremental CSV parser.",
"main": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"repository": "https://github.com/AllAwesome497/incremental-csv-parser",
"author": "Wade Bourne <[email protected]>",
"license": "MIT",
Expand All @@ -14,6 +14,7 @@
"test": "jest",
"prepack": "yarn test && yarn build"
},
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
Expand Down

0 comments on commit ef1ea8b

Please sign in to comment.