Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 20, 2015
1 parent 556c060 commit 89839f2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -13,7 +13,7 @@
".gitignore",
"README.md"
],
"version": "0.2.1",
"version": "1.0.0",
"name": "aureooms-js-itertools",
"main": "js/dist/itertools.js"
}
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"description": "iterator code bricks for JavaScript",
"version": "0.2.1",
"version": "1.0.0",
"repo": "aureooms/js-itertools",
"scripts": [
"js/dist/itertools.js"
Expand Down
74 changes: 37 additions & 37 deletions package.json
@@ -1,38 +1,38 @@
{
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-itertools/",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-itertools.git"
},
"main": "js/dist/itertools.js",
"author": "aureooms",
"description": "iterator code bricks for JavaScript",
"bugs": {
"url": "https://github.com/aureooms/js-itertools/issues"
},
"devDependencies": {
"aureooms-js-compare": "^1.4.3",
"aureooms-js-functools": "^1.2.1",
"aureooms-js-operator": "^1.0.1",
"aureooms-js-sort": "^5.0.2",
"aureooms-node-package": "^4.1.0"
},
"dependencies": {},
"keywords": [
"bricks",
"functional",
"iterator",
"generator",
"iterable",
"javascript",
"js"
],
"name": "aureooms-js-itertools",
"scripts": {
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc",
"build": "./node_modules/.bin/aureooms-node-package-build"
}
}
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-itertools/",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-itertools.git"
},
"main": "js/dist/itertools.js",
"author": "aureooms",
"description": "iterator code bricks for JavaScript",
"bugs": {
"url": "https://github.com/aureooms/js-itertools/issues"
},
"devDependencies": {
"aureooms-js-compare": "^1.4.3",
"aureooms-js-functools": "^1.2.1",
"aureooms-js-operator": "^1.0.1",
"aureooms-js-sort": "^5.0.2",
"aureooms-node-package": "^4.1.0"
},
"dependencies": {},
"keywords": [
"bricks",
"functional",
"iterator",
"generator",
"iterable",
"javascript",
"js"
],
"name": "aureooms-js-itertools",
"scripts": {
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc",
"build": "./node_modules/.bin/aureooms-node-package-build"
}
}

0 comments on commit 89839f2

Please sign in to comment.