Skip to content

Commit 1d35266

Browse files
committed
added in bower
1 parent 3025ff6 commit 1d35266

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "slim",
3+
"description": "Vanilla CSS framework",
4+
"main": "dist/slim.min.css",
5+
"authors": [
6+
"GitScrum"
7+
],
8+
"license": {
9+
"type": "MIT",
10+
"url": "http://opensource.org/licenses/MIT"
11+
},
12+
"keywords": [
13+
"vanila",
14+
"css",
15+
"framework"
16+
],
17+
"homepage": "https://github.com/GitScrum/Slim",
18+
"moduleType": [],
19+
"private": true,
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests"
26+
]
27+
}

dist/css/slim.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2015 GitScrum
33
* slim - Vanilla CSS framework
4-
* @version 0.3.0
4+
* @version 0.4.0
55
* @link https://github.com/GitScrum/Slim
66
* @license MIT
77
**/

docs/dist/css/slim.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2015 GitScrum
33
* slim - Vanilla CSS framework
4-
* @version 0.3.0
4+
* @version 0.4.0
55
* @link https://github.com/GitScrum/Slim
66
* @license MIT
77
**/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"author": {
1919
"name": "GitScrum",
20-
"url": "https://github.com/GitScrum"
20+
"url": "https1://github.com/GitScrum"
2121
},
2222
"license": {
2323
"type": "MIT",

0 commit comments

Comments
 (0)