chewing-grid.css
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "chewing-grid", | ||
"name": "chewing-grid.css", | ||
"version": "3.0.2", | ||
@@ -20,5 +20,4 @@ "homepage": "https://github.com/tzi/chewing-grid.css", | ||
"test", | ||
"test.sh", | ||
"CONTRIBUTING.md" | ||
] | ||
} |
@@ -24,2 +24,2 @@ CONTRIBUTING | ||
2. Create a new branch for each feature or bugfix | ||
3. Send a pull request from each feature branch to the **gh-pages** branch | ||
3. Send a pull request from each feature branch to the **master** branch |
{ | ||
"name": "chewing-grid.css", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A CSS Grid ideal for card listing design like tiles, videos or articles listing", | ||
@@ -10,3 +10,3 @@ "main": "build/chewing-grid.css", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "sass-test" | ||
}, | ||
@@ -22,3 +22,4 @@ "repository": { | ||
"card", | ||
"tiles" | ||
"flexbox", | ||
"fluid" | ||
], | ||
@@ -29,3 +30,6 @@ "author": "Thomas ZILLIOX", | ||
"url": "https://github.com/tzi/chewing-grid.css/issues" | ||
}, | ||
"dependencies": { | ||
"sass-test.sh": "^1.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
chewing-grid.css | ||
chewing-grid.css [![Build Status](https://travis-ci.org/tzi/chewing-grid.css.svg)](https://travis-ci.org/tzi/chewing-grid.css) | ||
====== | ||
@@ -23,8 +23,14 @@ | ||
Install chewing-grid via bower and add it to bower.json dependencies | ||
Install chewing-grid via npm | ||
```sh | ||
bower install chewing-grid --save | ||
npm install chewing-grid.css --save | ||
``` | ||
or via bower | ||
```sh | ||
bower install chewing-grid.css --save | ||
``` | ||
For example: the following HTML use atomic classes to create a grid where the cells are: | ||
@@ -31,0 +37,0 @@ |
{ | ||
"name": "chewing-grid", | ||
"name": "chewing-grid.css", | ||
"description": "A CSS Grid ideal for card listing design, responsive, no media-queries", | ||
"tags": ["grid", "card", "flexbox", "fluid"] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
70
227262
1
2876
+ Addedsass-test.sh@^1.0.0
+ Addedsass-test.sh@1.4.0(transitive)