Skip to content

Commit 816c3b2

Browse files
committed
Update ver 1.0.1
1 parent ef8df6b commit 816c3b2

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![ALINE.CSS](https://github.com/ENJOY100/aline.css/blob/master/images/alinelogo(mini).png)
22
## Aline - CSS-Grid Framework
33

4-
Current Version: `1.0.0`
4+
Current Version: `1.0.1`
55

66
Project URL: http://ozhiganov.com/aline
77

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "aline.css",
3+
"version": "1.0.1",
4+
"description": "CSS-Grid Framework",
5+
"main": "aline.min.css",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/ENJOY100/aline.css.git"
12+
},
13+
"keywords": [
14+
"aline",
15+
"css",
16+
"framework",
17+
"css-grid",
18+
"grid",
19+
"adaptive",
20+
"flex",
21+
"flex-framework"
22+
],
23+
"author": "Vladimir Ozhiganov",
24+
"license": "MIT",
25+
"bugs": {
26+
"url": "https://github.com/ENJOY100/aline.css/issues"
27+
},
28+
"homepage": "https://github.com/ENJOY100/aline.css#readme"
29+
}

0 commit comments

Comments
 (0)