Skip to content

Commit

Permalink
Update sassify dependency version from 2 to 4
Browse files Browse the repository at this point in the history
Hi! I hope this change won't break the build. I'm on windows and `npm install dat.gui` fails because sassify version is too old. Version 2 of sassify depends on a very old version of node-sass which the installer tries to build itself and that fails.

I did `git clone https://github.com/dataarts/dat.gui`, changed sassify dependency version to 4, and run `npm install <folder>` folder being the cloned folder and installation went fine.
  • Loading branch information
vug authored and donmccurdy committed Jan 15, 2018
1 parent e2589bd commit adba9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"sassify": "^2.0.0",
"sassify": "^4.0.0",
"stringify": "^5.1.0"
},
"eslintConfig": {
Expand Down

0 comments on commit adba9f5

Please sign in to comment.