diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/bower.json b/bower.json old mode 100755 new mode 100644 index cf2688e..d6a80d4 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "UI-Nag", + "name": "semantic-ui-nag", "description": "Nag - Semantic UI", "homepage": "http://beta.semantic-ui.com", "author": { diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index e4774c2..2c3a29e --- a/composer.json +++ b/composer.json @@ -14,5 +14,5 @@ "jquery": "x.x.x" }, "main": "nag.js", - "version": "1.0.0" + "version": "1.0.0-beta" } \ No newline at end of file diff --git a/nag.css b/nag.css index ed0e062..00739a5 100755 --- a/nag.css +++ b/nag.css @@ -1,7 +1,7 @@ /* * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git#1.0 - * + * https://github.com/Semantic-Org/Semantic-UI + * http://beta.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/nag.min.css b/nag.min.css index b2d7417..0afe9e2 100755 --- a/nag.min.css +++ b/nag.min.css @@ -1,7 +1,7 @@ /* * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git#1.0 - * + * https://github.com/Semantic-Org/Semantic-UI + * http://beta.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/nag.min.js b/nag.min.js index eaf03ee..ade9bc7 100644 --- a/nag.min.js +++ b/nag.min.js @@ -1,7 +1,7 @@ /* * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git#1.0 - * + * https://github.com/Semantic-Org/Semantic-UI + * http://beta.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/package.json b/package.json index 6749077..7a10de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "UI-Nag", - "version": "1.0.0", + "name": "semantic-ui-nag", + "version": "1.0.0-beta", "title": "Semantic UI - Nag", "description": "Single component release of nag", "homepage": "http://www.semantic-ui.com", @@ -13,9 +13,9 @@ "bugs": { "url": "https://github.com/Semantic-Org/Semantic-UI/issues" }, + "devDependencies": {}, "dependencies": { "jquery": "x.x.x" }, - "devDependencies": {}, "main": "index.js" } \ No newline at end of file