Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 14, 2015
1 parent c1010a3 commit 5724351
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"name": "aureooms-js-in-situ-sort-spec",
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-in-situ-sort-spec/",
"version": "5.0.1"
"version": "6.0.0"
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "in place sorting code bricks for JavaScript",
"version": "5.0.1",
"version": "6.0.0",
"repo": "aureooms/js-in-situ-sort-spec",
"scripts": [
"js/dist/in-situ-sort-spec.js"
Expand Down
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"author": "aureooms",
"scripts": {
"doc": "./node_modules/.bin/groc",
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test"
},
"devDependencies": {
"aureooms-node-package": "^4.2.5"
},
"main": "js/dist/in-situ-sort-spec.js",
"bugs": {
"url": "https://github.com/aureooms/js-in-situ-sort-spec/issues"
},
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-in-situ-sort-spec/",
"description": "in place sorting code bricks for JavaScript",
"dependencies": {
"aureooms-js-array": "^2.2.0",
"aureooms-js-compare": "^1.4.3",
"aureooms-js-functools": "^2.0.3",
"aureooms-js-itertools": "^1.1.1",
"aureooms-js-random": "^1.0.1",
"aureooms-js-search": "^0.0.4",
"aureooms-js-sort": "^5.0.4"
},
"keywords": [
"bricks",
"in situ",
"javascript",
"js",
"sorting",
"specification"
],
"name": "aureooms-js-in-situ-sort-spec",
"repository": {
"url": "https://github.com/aureooms/js-in-situ-sort-spec.git",
"type": "git"
},
"version": "5.0.1"
}
"author": "aureooms",
"scripts": {
"doc": "./node_modules/.bin/groc",
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test"
},
"devDependencies": {
"aureooms-node-package": "^4.2.5"
},
"main": "js/dist/in-situ-sort-spec.js",
"bugs": {
"url": "https://github.com/aureooms/js-in-situ-sort-spec/issues"
},
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-in-situ-sort-spec/",
"description": "in place sorting code bricks for JavaScript",
"dependencies": {
"aureooms-js-array": "^2.2.0",
"aureooms-js-compare": "^1.4.3",
"aureooms-js-functools": "^2.0.3",
"aureooms-js-itertools": "^1.1.1",
"aureooms-js-random": "^1.0.1",
"aureooms-js-search": "^0.0.4",
"aureooms-js-sort": "^5.0.4"
},
"keywords": [
"bricks",
"in situ",
"javascript",
"js",
"sorting",
"specification"
],
"name": "aureooms-js-in-situ-sort-spec",
"repository": {
"url": "https://github.com/aureooms/js-in-situ-sort-spec.git",
"type": "git"
},
"version": "6.0.0"
}

0 comments on commit 5724351

Please sign in to comment.