File tree Expand file tree Collapse file tree 2 files changed +46
-2
lines changed
Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " lin3s-css-grid" ,
3+ "description" : " Simple CSS grid based on Flexbox in the LIN3S way" ,
4+ "license" : " MIT" ,
5+ "homepage" : " https://github.com/LIN3S/CSSGrid" ,
6+ "authors" : [
7+ {
8+ "name" : " LIN3S" ,
9+ "email" : " info@lin3s.com" ,
10+ "homepage" : " https://lin3s.com"
11+ }
12+ ],
13+ "keywords" : [
14+ " adaptive-grid" ,
15+ " fluid-grid" ,
16+ " sass" ,
17+ " grid" ,
18+ " flexbox" ,
19+ " css3" ,
20+ " ui"
21+ ]
22+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " lin3s-css-grid" ,
33 "description" : " Simple CSS grid based on Flexbox in the LIN3S way" ,
4- "license" : " MIT" ,
5- "author" : " LIN3S" ,
64 "version" : " 0.1.0" ,
5+ "license" : " MIT" ,
6+ "keywords" : [
7+ " adaptive-grid" ,
8+ " fluid-grid" ,
9+ " sass" ,
10+ " grid" ,
11+ " flexbox" ,
12+ " css3" ,
13+ " ui"
14+ ],
15+ "authors" : [
16+ {
17+ "name" : " LIN3S" ,
18+ "email" : " info@lin3s.com" ,
19+ "homepage" : " https://lin3s.com"
20+ }
21+ ],
722 "files" : [
823 " scss" ,
924 " LICENSE" ,
1025 " README.md"
1126 ],
27+ "repository" : {
28+ "type" : " git" ,
29+ "url" : " https://github.com/LIN3S/CSSGrid"
30+ },
31+ "bugs" : {
32+ "url" : " https://github.com/LIN3S/CSSGrid/issues"
33+ },
1234 "scripts" : {
1335 "prebuild" : " rimraf example/css" ,
1436 "build" : " yarn run prebuild && node_modules/.bin/gulp example-css"
You can’t perform that action at this time.
0 commit comments