Browse Source

Update links to live site from beta

1.0
jlukic 10 years ago
parent
commit
ec4213fd51
7 changed files with 9 additions and 9 deletions
  1. 2
      composer.json
  2. 2
      package.json
  3. 2
      tasks/admin/release.js
  4. 4
      tasks/admin/templates/README.md
  5. 2
      tasks/admin/templates/bower.json
  6. 4
      tasks/admin/templates/package.json
  7. 2
      tasks/defaults.js

2
composer.json

@ -2,7 +2,7 @@
"name": "semantic/ui",
"version" : "1.0.0",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://beta.semantic-ui.com",
"homepage" : "http://www.semantic-ui.com",
"authors": [
{
"name" : "Jack Lukic",

2
package.json

@ -1,6 +1,6 @@
{
"name": "semantic",
"version": "1.0.0-beta",
"version": "1.0.0",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",

2
tasks/admin/release.js

@ -32,7 +32,7 @@ module.exports = {
// root path to repos
outputRoot : '../components/',
homepage : 'http://beta.semantic-ui.com',
homepage : 'http://www.semantic-ui.com',
// components that get separate repositories for bower/npm
components : [

4
tasks/admin/templates/README.md

@ -18,6 +18,6 @@ npm install semantic-ui-{component}
## Addendum
This element's definitions (required class names, html structures) are available in the [Beta UI Docs](http://beta.semantic-ui.com)
This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com)
Please consider checking out [all the benefits to theming](http://learnsemantic.com/guide/expert.html) before using these stand-alone releases.
Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases.

2
tasks/admin/templates/bower.json

@ -1,7 +1,7 @@
{
"name" : "Component",
"description" : "Component distribution",
"homepage" : "http://beta.semantic-ui.com",
"homepage" : "http://www.semantic-ui.com",
"author": {
"name" : "Jack Lukic",
"web" : "http://www.jacklukic.com"

4
tasks/admin/templates/package.json

@ -1,6 +1,6 @@
{
"name": "semantic",
"version": "1.0.0-beta",
"version": "1.0.0",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",
@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Semantic-Org/Semantic-UI.git#1.0"
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
},
"bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"

2
tasks/defaults.js

@ -14,7 +14,7 @@ module.exports = {
title : 'Semantic UI',
repository : 'https://github.com/Semantic-Org/Semantic-UI',
url : 'http://beta.semantic-ui.com/',
url : 'http://www.semantic-ui.com/',
// files cleaned after install
setupFiles: [

Loading…
Cancel
Save