Skip to content

Commit

Permalink
fixed string reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaska committed Apr 2, 2022
1 parent 917b14f commit 098c0f7
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,6 +1,6 @@
{
"name": "datapipe-js",
"version": "0.3.20",
"version": "0.3.21",
"description": "dataPipe is a data processing and data analytics library for JavaScript. Inspired by LINQ (C#) and Pandas (Python)",
"main": "dist/cjs/data-pipe.js",
"module": "dist/esm/data-pipe.mjs",
Expand All @@ -16,7 +16,7 @@
},
"./string": {
"import": "./string/index.mjs",
"require": "./dist/cjs/string/index.js"
"require": "./string/index.js"
},
"./utils": {
"import": "./utils/index.mjs",
Expand Down

0 comments on commit 098c0f7

Please sign in to comment.