Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Jan 16, 2022
1 parent e6626af commit 65f9b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/danfojs-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danfojs",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
"main": "dist/danfojs-browser/src/index.js",
"types": "dist/danfojs-browser/src/index.d.ts",
Expand All @@ -25,7 +25,6 @@
"papaparse": "^5.3.1",
"plotly.js-dist-min": "^2.8.0",
"request": "^2.88.2",
"seedrandom": "^2.4.3",
"stream-json": "^1.7.3",
"table": "6.7.1",
"xlsx": "^0.17.2",
Expand Down
3 changes: 1 addition & 2 deletions src/danfojs-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danfojs-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
"main": "dist/danfojs-node/src/index.js",
"types": "dist/danfojs-node/src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,6 @@
"table": "6.7.1",
"xlsx": "^0.17.2",
"plotly.js-dist-min": "^2.8.0"

},
"scripts": {
"test": "nyc mocha --require ts-node/register test/**/*.test.ts",
Expand Down

0 comments on commit 65f9b37

Please sign in to comment.