Skip to content

Commit 96c8215

Browse files
v7.1.0
1 parent 73a64bb commit 96c8215

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"name": "aureooms-js-selection",
1818
"license": "AGPL-3.0",
1919
"homepage": "http://aureooms.github.io/js-selection/",
20-
"version": "7.0.0"
20+
"version": "7.1.0"
2121
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "selection code bricks for JavaScript",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"repo": "aureooms/js-selection",
55
"scripts": [
66
"js/dist/selection.js"

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"author": "aureooms",
3-
"scripts": {
4-
"doc": "./node_modules/.bin/groc",
5-
"build": "./node_modules/.bin/aureooms-node-package-build",
6-
"test": "./node_modules/.bin/aureooms-node-package-test"
7-
},
8-
"devDependencies": {
9-
"aureooms-js-array": "^2.2.1",
10-
"aureooms-js-compare": "^1.4.4",
11-
"aureooms-js-functools": "^2.0.3",
12-
"aureooms-js-itertools": "^1.1.2",
13-
"aureooms-js-partition": "^7.0.0",
14-
"aureooms-js-random": "^1.0.2",
15-
"aureooms-js-search": "^0.0.4",
16-
"aureooms-node-package": "^4.2.5"
17-
},
18-
"main": "js/dist/selection.js",
19-
"bugs": {
20-
"url": "https://github.com/aureooms/js-selection/issues"
21-
},
22-
"license": "AGPL-3.0",
23-
"homepage": "http://aureooms.github.io/js-selection/",
24-
"description": "selection code bricks for JavaScript",
25-
"dependencies": {},
26-
"keywords": [
27-
"bricks",
28-
"ender",
29-
"javascript",
30-
"js",
31-
"median",
32-
"medians",
33-
"of",
34-
"quickselect",
35-
"selection"
36-
],
37-
"name": "aureooms-js-selection",
38-
"repository": {
39-
"url": "https://github.com/aureooms/js-selection.git",
40-
"type": "git"
41-
},
42-
"version": "7.0.0",
43-
"spm": {
44-
"main": "js/dist/selection.js"
45-
}
46-
}
2+
"author": "aureooms",
3+
"scripts": {
4+
"doc": "./node_modules/.bin/groc",
5+
"build": "./node_modules/.bin/aureooms-node-package-build",
6+
"test": "./node_modules/.bin/aureooms-node-package-test"
7+
},
8+
"devDependencies": {
9+
"aureooms-js-array": "^2.2.1",
10+
"aureooms-js-compare": "^1.4.4",
11+
"aureooms-js-functools": "^2.0.3",
12+
"aureooms-js-itertools": "^1.1.2",
13+
"aureooms-js-partition": "^7.0.0",
14+
"aureooms-js-random": "^1.0.2",
15+
"aureooms-js-search": "^0.0.4",
16+
"aureooms-node-package": "^4.2.5"
17+
},
18+
"main": "js/dist/selection.js",
19+
"bugs": {
20+
"url": "https://github.com/aureooms/js-selection/issues"
21+
},
22+
"license": "AGPL-3.0",
23+
"homepage": "http://aureooms.github.io/js-selection/",
24+
"description": "selection code bricks for JavaScript",
25+
"dependencies": {},
26+
"keywords": [
27+
"bricks",
28+
"ender",
29+
"javascript",
30+
"js",
31+
"median",
32+
"medians",
33+
"of",
34+
"quickselect",
35+
"selection"
36+
],
37+
"name": "aureooms-js-selection",
38+
"repository": {
39+
"url": "https://github.com/aureooms/js-selection.git",
40+
"type": "git"
41+
},
42+
"version": "7.1.0",
43+
"spm": {
44+
"main": "js/dist/selection.js"
45+
}
46+
}

0 commit comments

Comments
 (0)