5.0.0
This commit is contained in:
parent
17f2a3bcfc
commit
35c7c5dc0a
1 changed files with 39 additions and 31 deletions
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "knacss",
|
"name": "knacss",
|
||||||
"version": "4.3.3",
|
"version": "5.0.0",
|
||||||
"homepage": "http://www.knacss.com/",
|
"homepage": "http://www.knacss.com/",
|
||||||
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
|
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
|
||||||
"author": [
|
"author": [
|
||||||
|
@ -12,7 +12,15 @@
|
||||||
"description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.",
|
"description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.",
|
||||||
"main": "css/knacss.css",
|
"main": "css/knacss.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css", "framework", "reset", "responsive", "less", "sass", "rwd", "boilerplate", "workflow"
|
"css",
|
||||||
|
"framework",
|
||||||
|
"reset",
|
||||||
|
"responsive",
|
||||||
|
"less",
|
||||||
|
"sass",
|
||||||
|
"rwd",
|
||||||
|
"boilerplate",
|
||||||
|
"workflow"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue