Skip to content

Commit

Permalink
fixing fabiocaseri#14: installation failing on MacOS 10.11.6 due to o…
Browse files Browse the repository at this point in the history
…utdated version of node-sass
  • Loading branch information
Alex Schwartz committed Jan 18, 2017
1 parent 79a9dab commit 1801d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dashing-js",
"description": "Port of Dashing to node.js",
"author": "Fabio Caseri <[email protected]> (http://www.fabiocaseri.com)",
"version": "0.1.5",
"author": "Fabio Caseri <[email protected]> (http://www.fabiocaseri.com), Alex Schwartz",
"version": "0.1.5.1",
"license": "MIT",
"dependencies": {
"async": "~0.2.7",
Expand All @@ -15,7 +15,7 @@
"fs-extra": "~0.8.1",
"jade": "~0.35.0",
"mincer": "~0.5.12",
"node-sass": "~0.7.0",
"node-sass": "~4.3.0",
"node-schedule": "~0.1.8",
"prompt": "~0.2.11",
"request": "~2.30.0",
Expand Down

0 comments on commit 1801d79

Please sign in to comment.