diff --git a/package.json b/package.json index 5f71d5b..7ad271b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "hexo-theme-typography", - "version": "1.1.0", + "version": "1.1.1", "description": "Rediscover the beauty of typography.", "main": "index.js", "scripts": { "test": "echo 'No tests' && exit", - "build": "node-sass raw/scss -o source/css --output-style compressed && postcss source/css -u autoprefixer -r", + "build": "sass raw/scss:source/css --style compressed --no-source-map && postcss source/css -u autoprefixer -r", "scss-compile": "npm run build", - "watch": "node-sass -w raw/scss -o source/css" + "watch": "sass --watch raw/scss:source/css" }, "repository": { "type": "git", @@ -27,7 +27,7 @@ "devDependencies": {}, "dependencies": { "autoprefixer": "^10.4.13", - "node-sass": "^8.0.0", + "sass": "^1.77.0", "postcss": "^8.4.19", "postcss-cli": "^10.0.0", "yamljs": "^0.3.0"