diff --git a/watch-and-compile-your-sass-with-npm/package.json b/watch-and-compile-your-sass-with-npm/package.json index 65834ba..f2fda89 100644 --- a/watch-and-compile-your-sass-with-npm/package.json +++ b/watch-and-compile-your-sass-with-npm/package.json @@ -21,7 +21,7 @@ "author": "Brian Han (http://brianhanio.mybluemix.net/)", "license": "MIT", "devDependencies": { - "node-sass": "3.4.2", + "node-sass": "4.14.1", "nodemon": "1.8.1" } }