diff --git a/bower.json b/bower.json index 409637c..3e01521 100644 --- a/bower.json +++ b/bower.json @@ -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" } \ No newline at end of file diff --git a/component.json b/component.json index 94ff250..b11645b 100644 --- a/component.json +++ b/component.json @@ -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" diff --git a/package.json b/package.json index 02a9c69..411b77c 100644 --- a/package.json +++ b/package.json @@ -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" +} \ No newline at end of file