Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 26, 2014
1 parent f5337d4 commit e7c1b20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aureooms-js-prime",
"version": "0.0.2",
"version": "0.1.0",
"ignore": [
"js/index.js",
"js/src",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-prime.git"
Expand All @@ -18,11 +18,11 @@
"name": "aureooms-js-prime",
"devDependencies": {
"aureooms-node-package": "^1.1.3",
"aureooms-js-functools" : "^1.0.0",
"aureooms-js-itertools" : "^0.2.0",
"aureooms-js-number" : "^1.2.0",
"aureooms-js-uint32" : "^0.1.1",
"aureooms-js-array" : "^1.1.0"
"aureooms-js-functools": "^1.0.0",
"aureooms-js-itertools": "^0.2.0",
"aureooms-js-number": "^1.2.0",
"aureooms-js-uint32": "^0.1.1",
"aureooms-js-array": "^1.1.0"
},
"dependencies": {},
"description": "prime numbers code bricks for JavaScript",
Expand All @@ -35,4 +35,4 @@
"number",
"prime"
]
}
}

0 comments on commit e7c1b20

Please sign in to comment.