Skip to content

Commit

Permalink
Releasing 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Aug 30, 2013
1 parent b115b3e commit 25e234a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,3 +1,9 @@
1.0.0 / 2013-08-30
===================
* Implementing partials
* Adding full test-coverage
* Improving docs

0.0.3 / 2013-08-25
===================
* Moving plugin's polvo flag to package.json to improve detection
Expand Down
8 changes: 4 additions & 4 deletions Makefile
@@ -1,6 +1,6 @@
CS=node_modules/coffee-script/bin/coffee

MVERSION=node_modules/.bin/mversion
MVERSION=node_modules/mversion/bin/version
VERSION=`$(MVERSION) | sed -E 's/\* package.json: //g'`

ISTANBUL=node_modules/istanbul/lib/cli.js
Expand All @@ -15,10 +15,10 @@ setup:


watch:
@$(CS) -bwco lib src
@$(CS) -bwmco lib src

build:
@$(CS) -bco lib src
@$(CS) -bcmo lib src



Expand All @@ -29,7 +29,7 @@ test: build
--recursive \
tests/unit

test.coverage:
test.coverage: build
@$(ISTANBUL) cover $(_MOCHA) -- \
--compilers coffee:coffee-script \
--ui bdd \
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "polvo-css",
"version": "0.0.3",
"version": "1.0.0",
"author": "Anderson Arboleya <anderson@arboleya.me>",
"description": "CSS plugin for Polvo",
"keywords": [
Expand Down

0 comments on commit 25e234a

Please sign in to comment.