Skip to content

Commit 3485ab0

Browse files
committed
Remove unused deps
1 parent a6d732f commit 3485ab0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ndarray-linspace",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Fill an ndarray with equally spaced values",
55
"main": "index.js",
66
"scripts": {
@@ -27,14 +27,9 @@
2727
"semistandard": "^9.1.0"
2828
},
2929
"dependencies": {
30-
"is-positive-integer": "^1.1.1",
3130
"isndarray": "^1.0.0",
32-
"ndarray": "^1.0.18",
3331
"ndarray-fill": "^1.0.1",
34-
"ndarray-scratch": "^1.2.0",
35-
"util-extend": "^1.0.1",
3632
"validate.io-boolean": "^1.0.4",
37-
"validate.io-nonnegative-integer": "^1.0.0",
38-
"validate.io-number": "^1.0.3"
33+
"validate.io-nonnegative-integer": "^1.0.0"
3934
}
4035
}

0 commit comments

Comments
 (0)