Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 7, 2015
1 parent 17db1f4 commit c066c54
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
40 changes: 20 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"homepage": "https://aureooms.github.io/js-algo",
"name": "aureooms-js-algo",
"license": "AGPL-3.0",
"description": "playground for algorithmic code bricks in JavaScript",
"version": "3.0.4",
"main": "js/dist/algo.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
]
}
"homepage": "https://aureooms.github.io/js-algo",
"name": "aureooms-js-algo",
"license": "AGPL-3.0",
"description": "playground for algorithmic code bricks in JavaScript",
"version": "3.0.5",
"main": "js/dist/algo.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
]
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
],
"description": "playground for algorithmic code bricks in JavaScript",
"license": "AGPL-3.0",
"version": "3.0.4",
"version": "3.0.5",
"repo": "aureooms/js-algo"
}
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "aureooms-js-algo",
"description": "playground for algorithmic code bricks in JavaScript",
"homepage": "https://aureooms.github.io/js-algo",
"main": "js/dist/algo.js",
"version": "3.0.4",
"repository": {
"url": "https://github.com/aureooms/js-algo.git",
"type": "git"
},
"keywords": [
"adt",
"algorithm",
"complexity",
"ender",
"javascript",
"js",
"template"
],
"scripts": {
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc"
},
"author": "aureooms",
"devDependencies": {
"aureooms-js-array": "^3.1.0",
"aureooms-js-compare": "^1.4.3",
"aureooms-js-functools": "^2.0.3",
"aureooms-js-itertools": "^1.3.0",
"aureooms-js-operator": "^1.0.2",
"aureooms-js-partition": "^7.0.0",
"aureooms-js-random": "^1.0.1",
"aureooms-js-selection": "^8.0.1",
"aureooms-js-sort": "^6.0.0",
"aureooms-js-splitting": "^4.0.2",
"aureooms-node-package": "^5.0.2"
},
"bugs": {
"url": "https://github.com/aureooms/js-algo/issues"
},
"dependencies": {},
"license": "AGPL-3.0",
"spm": {
"main": "js/dist/algo.js"
}
}
"name": "aureooms-js-algo",
"description": "playground for algorithmic code bricks in JavaScript",
"homepage": "https://aureooms.github.io/js-algo",
"main": "js/dist/algo.js",
"version": "3.0.5",
"repository": {
"url": "https://github.com/aureooms/js-algo.git",
"type": "git"
},
"keywords": [
"adt",
"algorithm",
"complexity",
"ender",
"javascript",
"js",
"template"
],
"scripts": {
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc"
},
"author": "aureooms",
"devDependencies": {
"aureooms-js-array": "^3.1.0",
"aureooms-js-compare": "^1.4.3",
"aureooms-js-functools": "^2.0.3",
"aureooms-js-itertools": "^1.3.0",
"aureooms-js-operator": "^1.0.2",
"aureooms-js-partition": "^7.0.0",
"aureooms-js-random": "^1.0.1",
"aureooms-js-selection": "^8.0.1",
"aureooms-js-sort": "^6.0.0",
"aureooms-js-splitting": "^4.0.2",
"aureooms-node-package": "^5.0.2"
},
"bugs": {
"url": "https://github.com/aureooms/js-algo/issues"
},
"dependencies": {},
"license": "AGPL-3.0",
"spm": {
"main": "js/dist/algo.js"
}
}

0 comments on commit c066c54

Please sign in to comment.