We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b2be2 commit bac136cCopy full SHA for bac136c
package.json
@@ -13,7 +13,7 @@
13
"logs": "standard-changelog > CHANGELOG.md",
14
"docs": "jsdoc2md index.js > INDEX.md",
15
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
16
- "start": "sudo npm run clean && npm run lint && sudo npm test"
+ "start": "npm run clean && npm run lint && npm test"
17
},
18
"dependencies": {
19
"cosmiconfig": "^2.1.0",
@@ -30,7 +30,7 @@
30
"posthtml-include": "^1.1.0",
31
"posthtml-pug": "^1.0.2",
32
"posthtml-sugarml": "^1.0.0-alpha3",
33
- "standard": "^8.4.0",
+ "standard": "^14.3.4",
34
"standard-changelog": "0.0.1"
35
36
"ava": {
0 commit comments