diff --git a/package.json b/package.json index 46fabc6..f14b978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heti", - "version": "0.3.3", + "version": "0.3.4", "description": "赫蹏是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。", "main": "lib/heti.scss", "directories": { @@ -12,7 +12,7 @@ "build:compressed": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed", "build": "npm run build:expanded && npm run build:compressed", "deploy": "gh-pages -d demo", - "test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'" + "test": "npx stylelint --config package.json 'lib/**/*.scss'" }, "repository": { "type": "git",