Skip to content

Commit

Permalink
1.0.18
Browse files Browse the repository at this point in the history
Removed dependency and built last tag

 Changes to be committed:
	new file:   bower.json
	modified:   dist/gosp.css
	modified:   dist/gosp.css.map
	modified:   dist/gosp.min.css
	modified:   dist/gosp.min.css.map
	modified:   package-lock.json
	modified:   package.json
	modified:   src/util/_config.scss
	new file:   yarn.lock
  • Loading branch information
dts committed Jun 24, 2018
1 parent aff4465 commit 17d1de6
Show file tree
Hide file tree
Showing 9 changed files with 2,734 additions and 18 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gosp.css",
"description": "A light weight powerful css library to make front-end fast",
"main": "gosp.js",
"authors": [
"fdorantesm <fedormon@gmail.com>"
],
"license": "MIT",
"keywords": [
"css",
"object",
"oriented",
"grid"
],
"homepage": "https://fdorantesm.github.io/gosp.css"
}
4 changes: 1 addition & 3 deletions dist/gosp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/gosp.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gosp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gosp.min.css.map

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gosp.css",
"version": "1.0.17",
"version": "1.0.18",
"description": "A light weight powerful css library to make front-end fast",
"main": "gosp.js",
"scripts": {
Expand All @@ -26,8 +26,5 @@
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4"
},
"dependencies": {
"hoek": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion src/util/_config.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$gosp-version: "1.0.17";
$gosp-version: "1.0.18";
$gosp-responsive: true;
$gosp-grid-type: 'flex'; // flex | float | inline
$gosp-grid-columns: 12;
Expand Down

0 comments on commit 17d1de6

Please sign in to comment.