forked from fabiocaseri/dashing-js
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing fabiocaseri#14: installation failing on MacOS 10.11.6 due to o…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|