Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 4471e61

Browse files
author
Mickael SURREL
committed
Update README & package.json
1 parent 2d38255 commit 4471e61

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChuckCSS",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"authors": [
55
"ALPIXEL <[email protected]>"
66
],

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "ChuckCSS",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Responsive CSS framework based on Flexbox grids compiled with LESS and Autoprefixer",
55
"author": {
66
"name": "Mickael SURREL",
77
"email": "[email protected]"
88
},
9-
"license":"MIT",
10-
"keywords": ["CSS", "framework", "flexbox", "grids", "less", "responsive"],
9+
"license": "MIT",
10+
"keywords": [
11+
"CSS",
12+
"framework",
13+
"flexbox",
14+
"grids",
15+
"less",
16+
"responsive"
17+
],
1118
"main": "chuckcss/front.less",
1219
"repository": {
1320
"type": "git",
@@ -17,7 +24,7 @@
1724
"url": "https://github.com/alpixel/ChuckCSS/issues"
1825
},
1926
"dependencies": {
20-
"grunt-autoprefixer": "^3.0.4",
27+
"grunt-autoprefixer": "^3.0.4",
2128
"grunt-cli": "latest",
2229
"grunt-contrib-concat": "latest",
2330
"grunt-contrib-less": "latest",

0 commit comments

Comments
 (0)