Skip to content

Commit fae5d8d

Browse files
committed
upgrade to semver 1.0.0
1 parent 90618ec commit fae5d8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "ndarray-sort",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Sorts ndarrays in place",
55
"main": "sort.js",
66
"directories": {
77
"test": "test"
88
},
99
"dependencies": {
10-
"typedarray-pool": "~0.1.1"
10+
"typedarray-pool": "^1.0.0"
1111
},
1212
"devDependencies": {
1313
"ndarray-ops": "~1.1.1",
1414
"ndarray-pack": "~1.0.1",
1515
"ndarray": "~1.0.5",
1616
"ndarray-unpack": "~0.0.0",
17-
"tape": "~1.0.4",
18-
"crossfilter": "~1.2.0"
17+
"crossfilter": "~1.2.0",
18+
"tape": "^2.13.2"
1919
},
2020
"scripts": {
21-
"test": "tap test/*.js"
21+
"test": "tape test/*.js"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)