From 437e6470807db6854bb8f9db8e55679b7deb44d7 Mon Sep 17 00:00:00 2001 From: Laura Luiz Date: Thu, 21 Jan 2016 12:44:11 +0100 Subject: [PATCH] Rename sphereio for commercetools --- Gruntfile.js | 4 ++-- README.md | 2 +- composer.json | 10 +++++----- package.json | 13 +++++++------ 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0b4df5bdf..7251bb48b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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", @@ -193,7 +193,7 @@ module.exports = function(grunt) { name: 'automation-commercetools', email: 'automation@commercetools.de' }, - 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' }, diff --git a/README.md b/README.md index a5e441419..44c28e1ba 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 76bd13da2..d0d8c7afe 100644 --- a/composer.json +++ b/composer.json @@ -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": "support@sphere.io", - "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": {} } diff --git a/package.json b/package.json index f73d0c9d8..c3ec03fd6 100644 --- a/package.json +++ b/package.json @@ -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",