Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 10, 2015
1 parent aa07336 commit 15f9e9f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": "1.0.2",
"license": "AGPL-3.0",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
],
"description": "memory management code bricks for JavaScript",
"main": "js/dist/memory.js",
"homepage": "http://aureooms.github.io/js-memory/",
"name": "aureooms-js-memory"
}
"version": "2.0.0",
"license": "AGPL-3.0",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
],
"description": "memory management code bricks for JavaScript",
"main": "js/dist/memory.js",
"homepage": "http://aureooms.github.io/js-memory/",
"name": "aureooms-js-memory"
}
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"description": "memory management code bricks for JavaScript",
"version": "1.0.2",
"version": "2.0.0",
"repo": "aureooms/js-memory",
"scripts": [
"js/dist/memory.js"
],
"name": "aureooms-js-memory",
"license": "AGPL-3.0",
"main": "js/dist/memory.js"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc"
},
"version": "1.0.2",
"version": "2.0.0",
"license": "AGPL-3.0",
"dependencies": {},
"keywords": [
Expand All @@ -33,7 +33,7 @@
"url": "https://github.com/aureooms/js-memory.git",
"type": "git"
},
"spm":{
"spm": {
"main": "js/dist/memory.js"
}
}
}

0 comments on commit 15f9e9f

Please sign in to comment.