Skip to content

Commit

Permalink
chore(*): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjanssen committed Jul 21, 2014
1 parent ee6c241 commit 099b52e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
46 changes: 23 additions & 23 deletions bower.json
@@ -1,24 +1,24 @@
{
"name": "sofa-testing",
"version": "0.5.0",
"homepage": "http://www.sofa.io",
"authors": [
"Pascal Precht <pascal@couchcommerce.com>"
],
"description": "Sofa SDK Testing Components.",
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"testing"
],
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
"name": "sofa-testing",
"version": "0.6.0",
"homepage": "http://www.sofa.io",
"authors": [
"Pascal Precht <pascal@couchcommerce.com>"
],
"description": "Sofa SDK Testing Components.",
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"testing"
],
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
58 changes: 29 additions & 29 deletions package.json
@@ -1,30 +1,30 @@
{
"name": "sofa-testing",
"version": "0.5.0",
"description": "Sofa SDK Testing Components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/sofa-testing"
},
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"testing"
],
"author": "Pascal Precht <pascal@couchcommerce.com>",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/sofa-testing/issues"
},
"homepage": "http://www.sofa.io",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-deploy-semver": "^0.4.3"
}
}
"name": "sofa-testing",
"version": "0.6.0",
"description": "Sofa SDK Testing Components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/sofa-testing"
},
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"testing"
],
"author": "Pascal Precht <pascal@couchcommerce.com>",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/sofa-testing/issues"
},
"homepage": "http://www.sofa.io",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-deploy-semver": "^0.4.3"
}
}

0 comments on commit 099b52e

Please sign in to comment.