Skip to content

Commit 65f9b37

Browse files
committed
Update version number
1 parent e6626af commit 65f9b37

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/danfojs-browser/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danfojs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/danfojs-browser/src/index.js",
66
"types": "dist/danfojs-browser/src/index.d.ts",
@@ -25,7 +25,6 @@
2525
"papaparse": "^5.3.1",
2626
"plotly.js-dist-min": "^2.8.0",
2727
"request": "^2.88.2",
28-
"seedrandom": "^2.4.3",
2928
"stream-json": "^1.7.3",
3029
"table": "6.7.1",
3130
"xlsx": "^0.17.2",

src/danfojs-node/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danfojs-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/danfojs-node/src/index.js",
66
"types": "dist/danfojs-node/src/index.d.ts",
@@ -29,7 +29,6 @@
2929
"table": "6.7.1",
3030
"xlsx": "^0.17.2",
3131
"plotly.js-dist-min": "^2.8.0"
32-
3332
},
3433
"scripts": {
3534
"test": "nyc mocha --require ts-node/register test/**/*.test.ts",

0 commit comments

Comments
 (0)