From f739509151435d412c1537dfe5c079bc4851b0f0 Mon Sep 17 00:00:00 2001 From: Jo Santana Date: Tue, 29 Dec 2015 12:09:49 -0200 Subject: [PATCH] UPDATED repository name - From *upDRY.css* to *first*. --- bower.json | 4 ++-- gulpfile.js | 2 +- package.json | 12 ++++++------ source/{updry-light.scss => first-light.scss} | 4 ++-- source/{updry.scss => first.scss} | 2 +- source/includes/_loading.scss | 2 +- source/selectors/_loading.scss | 2 +- source/selectors/_media-query.scss | 2 +- test/layout/index.html | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) rename source/{updry-light.scss => first-light.scss} (85%) rename source/{updry.scss => first.scss} (98%) diff --git a/bower.json b/bower.json index 46aad4b..4618db9 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,12 @@ { "name": "first", - "version": "0.6.0", + "version": "0.7.0", "description": "A CSS methodology applied to a nonintrusive framework.", "authors": [ "Jo Santana (http://josantana.net)" ], "license": "MIT", - "main": "source/updry.scss", + "main": "source/first.scss", "homepage": "https://github.com/josantana/first", "keywords": [ "dry", diff --git a/gulpfile.js b/gulpfile.js index bcf08dd..3ecaf0f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,7 +42,7 @@ gulp.task('styles', function () })) .pipe(sourcemaps.write('../map')) .pipe(gulp.dest(dist)) - .pipe(notify('upDRY: Built')); + .pipe(notify('first: Built')); }); gulp.task('default', ['styles'], function () diff --git a/package.json b/package.json index 306095c..31f51b2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "updry.css", - "version": "0.5.1", + "name": "first", + "version": "0.7.0", "description": "A CSS methodology applied to a nonintrusive framework.", "author": "Jo Santana (http://josantana.net)", "license": "MIT", - "main": "source/updry.scss", - "homepage": "https://www.gitbook.com/read/book/josantana/updry", + "main": "source/first.scss", + "homepage": "https://www.gitbook.com/read/book/josantana/first", "keywords": [ "dry", "sass", @@ -17,10 +17,10 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/josantana/updry.css" + "url": "git+https://github.com/josantana/first" }, "bugs": { - "url": "https://github.com/josantana/updry.css/issues" + "url": "https://github.com/josantana/first/issues" }, "devDependencies": { "gulp": "^3.9.0", diff --git a/source/updry-light.scss b/source/first-light.scss similarity index 85% rename from source/updry-light.scss rename to source/first-light.scss index bdc9f0e..153a331 100644 --- a/source/updry-light.scss +++ b/source/first-light.scss @@ -1,5 +1,5 @@ -// Dryish.css Light -// Without selectors of any kind +// First.css +// Light Version: Without selectors of any kind // Setup diff --git a/source/updry.scss b/source/first.scss similarity index 98% rename from source/updry.scss rename to source/first.scss index 112f4f9..3d085c9 100644 --- a/source/updry.scss +++ b/source/first.scss @@ -1,4 +1,4 @@ -// Dryish.css +// First.css // Setup diff --git a/source/includes/_loading.scss b/source/includes/_loading.scss index 813b319..883733c 100644 --- a/source/includes/_loading.scss +++ b/source/includes/_loading.scss @@ -1,4 +1,4 @@ -// Loading +// LOADING // ========================================================================== // @keyframes scale-in-out { diff --git a/source/selectors/_loading.scss b/source/selectors/_loading.scss index dd77b0c..40a9fd1 100644 --- a/source/selectors/_loading.scss +++ b/source/selectors/_loading.scss @@ -1,4 +1,4 @@ -// Loading +// LOADING // ========================================================================== // .u-loading--dots { diff --git a/source/selectors/_media-query.scss b/source/selectors/_media-query.scss index dc98c49..3d388c8 100644 --- a/source/selectors/_media-query.scss +++ b/source/selectors/_media-query.scss @@ -1,4 +1,4 @@ -// MEDIA QUERY HELPERS +// MEDIA QUERY // ========================================================================== // .u-small-devices, diff --git a/test/layout/index.html b/test/layout/index.html index 0ffaf07..7aff732 100644 --- a/test/layout/index.html +++ b/test/layout/index.html @@ -40,7 +40,7 @@ - +