Skip to content

Commit

Permalink
Rename sphereio for commercetools
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz committed Jan 21, 2016
1 parent 8a8d025 commit 437e647
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = function(grunt) {
maven: {
options: {
type: "jar",
groupId: 'io.sphere',
groupId: 'io.commercetools',
artifactId: "<%= pkg.name %>",
version: "<%= pkg.version %>",
destFolder: "/META-INF/resources/webjars",
Expand Down Expand Up @@ -193,7 +193,7 @@ module.exports = function(grunt) {
name: 'automation-commercetools',
email: '[email protected]'
},
repo: 'https://' + process.env.GH_TOKEN + '@github.com/sphereio/sphere-sunrise-design.git',
repo: 'https://' + process.env.GH_TOKEN + '@github.com/sphereio/commercetools-sunrise-design.git',
silent: true,
base: 'output'
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can then import it to your project as a [Webjar](http://www.webjars.org/) de

`grunt release` to release the current version to the Maven Bintray repository (requires commercetools-bintray repository ID in Maven's settings.xml) and move to the next development version

`grunt install` to install to local maven repository (~/.m2/repository/io/sphere/sphere-sunrise-design)
`grunt install` to install to local maven repository (~/.m2/repository/io/sphere/commercetools-sunrise-design)

Notice you can always add `--verbose` and/or `--debug` to any command in order to obtain more information.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "commercetools/sunrise-design",
"license": "MIT",
"description": "Compiles Handlebars templates with JSON data, outputting static HTML files.",
"homepage": "https://github.com/sphereio/sphere-sunrise-design",
"homepage": "https://github.com/sphereio/commercetools-sunrise-design",
"support": {
"email": "[email protected]",
"forum": "http://support.sphere.io",
"issues": "https://github.com/sphereio/sphere-sunrise-design/issues"
"issues": "https://github.com/sphereio/commercetools-sunrise-design/issues"
},
"keywords": [
"Sunrise",
"SPHERE.IO",
"template"
"commercetools",
"template",
"Handlebars"
],
"require": {}
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "sphere-sunrise-design",
"name": "commercetools-sunrise-design",
"version": "0.46.0-SNAPSHOT",
"description": "Compiles Handlebars templates with JSON data, outputting static HTML files.",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/sphereio/sphere-sunrise-design.git"
"url": "git://github.com/sphereio/commercetools-sunrise-design.git"
},
"keywords": [
"Sunrise",
"SPHERE.IO",
"template"
"commercetools",
"template",
"Handlebars"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sphereio/sphere-sunrise-design/issues"
"url": "https://github.com/sphereio/commercetools-sunrise-design/issues"
},
"homepage": "https://github.com/sphereio/sphere-sunrise-design#readme",
"homepage": "https://github.com/sphereio/commercetools-sunrise-design#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-compile-handlebars": "^2.0.0",
Expand Down

0 comments on commit 437e647

Please sign in to comment.