Comparing version 0.1.2 to 0.1.3
@@ -5,3 +5,3 @@ { | ||
"description": "NodeJS port of kss: A methodology for documenting CSS and generating styleguides", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
@@ -13,3 +13,3 @@ "type": "git", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "./node_modules/mocha/bin/_mocha -u tdd --reporter spec" | ||
}, | ||
@@ -16,0 +16,0 @@ "bin": { |
@@ -1,2 +0,2 @@ | ||
# kss-node | ||
# kss-node [![Build Status](https://secure.travis-ci.org/hughsk/kss-node.png?branch=master)](http://travis-ci.org/hughsk/kss-node) | ||
@@ -3,0 +3,0 @@ This is a NodeJS implementation of [Knyle Style Sheets](https://github.com/kneath/kss) (KSS), "a documentation syntax for CSS". Beyond that, it's intended to have syntax readable by humans *and* machines - hence, this module can be used to create a "living styleguide". The methodology and ideas behind Knyle Style Sheets are contained in [the specification](https://github.com/kneath/kss/blob/master/SPEC.md). |
Sorry, the diff of this file is not supported yet
540282
57
6093