We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fd5eb commit 84c7c49Copy full SHA for 84c7c49
2 files changed
packages/gulp-purgecss/package.json
@@ -10,10 +10,10 @@
10
"test": "__tests__"
11
},
12
"scripts": {
13
- "test": "jest",
+ "test": "npx jest",
14
"build": "rollup -c rollup.config.js",
15
"lint": "eslint -c .eslintrc src/",
16
- "prettier": "prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote index.js"
+ "prettier": "npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote src/index.js"
17
18
"repository": {
19
"type": "git",
packages/gulp-purgecss/src/index.js
@@ -43,4 +43,4 @@ const gulpPurgecss = options => {
43
})
44
}
45
46
-export default gulpPurgecss
+export default gulpPurgecss
0 commit comments