Skip to content

Commit

Permalink
UPDATED repository name
Browse files Browse the repository at this point in the history
- From *upDRY.css* to *first*.
  • Loading branch information
Jo Santana committed Dec 29, 2015
1 parent f27cbe9 commit f739509
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://josantana.net)"
],
"license": "MIT",
"main": "source/updry.scss",
"main": "source/first.scss",
"homepage": "https://github.com/josantana/first",
"keywords": [
"dry",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions source/updry-light.scss → source/first-light.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Dryish.css Light
// Without selectors of any kind
// First.css
// Light Version: Without selectors of any kind

// Setup

Expand Down
2 changes: 1 addition & 1 deletion source/updry.scss → source/first.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Dryish.css
// First.css

// Setup

Expand Down
2 changes: 1 addition & 1 deletion source/includes/_loading.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Loading
// LOADING
// ========================================================================== //

@keyframes scale-in-out {
Expand Down
2 changes: 1 addition & 1 deletion source/selectors/_loading.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Loading
// LOADING
// ========================================================================== //

.u-loading--dots {
Expand Down
2 changes: 1 addition & 1 deletion source/selectors/_media-query.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// MEDIA QUERY HELPERS
// MEDIA QUERY
// ========================================================================== //

.u-small-devices,
Expand Down
2 changes: 1 addition & 1 deletion test/layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

</style>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300italic,400italic,600italic,400,300,600,700,800|Open+Sans+Condensed:300,700'>
<link rel="stylesheet" href="../../dist/updry.css" />
<link rel="stylesheet" href="../../dist/first.css" />

</head>

Expand Down

0 comments on commit f739509

Please sign in to comment.