Skip to content

Commit

Permalink
version bump: 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsk committed Nov 26, 2012
1 parent 40002a0 commit 9deb43a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,8 +1,8 @@
test:
mocha -u tdd --reporter spec
./node_modules/mocha/bin/mocha -u tdd --reporter spec

gh-pages:
node ./bin/kss-node demo gh-pages -l demo/styles.less --xdemo
./bin/kss-node demo gh-pages -l demo/styles.less --xdemo

.PHONY: test
.PHONY: gh-pages
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com)",
"name": "kss",
"description": "NodeJS port of kss: A methodology for documenting CSS and generating styleguides",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/kss-node.git"
Expand All @@ -27,7 +27,7 @@
"clean-css": "0.3.x"
},
"devDependencies": {
"mocha": "0.4.x"
"mocha": "0.14.x"
},
"homepage": "http://hughsk.github.com/kss-node"
}

0 comments on commit 9deb43a

Please sign in to comment.