Skip to content

Commit

Permalink
fixing #229, node sass install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Jul 12, 2013
1 parent 05a9588 commit fdb4967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
@@ -1,3 +1,7 @@
# 0.13.17 - Jul 12 2013

* [mimosa #229](https://github.com/dbashford/mimosa/issues/229). Fixing windows install issues related to node-sass inclusion.

# 0.13.16 - Jul 12 2013

* mimosa. Updating to latest NPM to get around NPM bug
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "mimosa",
"preferGlobal": "true",
"version": "0.13.16",
"version": "0.13.17",
"homepage": "http://www.mimosajs.com",
"author": "David Bashford",
"description": "A modern browser development toolkit and application assembler. Compile, lint, optimize, serve and more.",
Expand Down Expand Up @@ -70,7 +70,7 @@
"less": "1.4.0",
"nib": "0.9.2",
"stylus": "0.33.1",
"node-sass":"0.5.3",
"node-sass":"0.5.2",
"ansi-color": "0.2.1",
"wrench": "1.5.1",
"commander": "1.2.0",
Expand Down

0 comments on commit fdb4967

Please sign in to comment.