Skip to content

Commit bac136c

Browse files
committed
build: remove sudo and update standard
1 parent b3b2be2 commit bac136c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"logs": "standard-changelog > CHANGELOG.md",
1414
"docs": "jsdoc2md index.js > INDEX.md",
1515
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
16-
"start": "sudo npm run clean && npm run lint && sudo npm test"
16+
"start": "npm run clean && npm run lint && npm test"
1717
},
1818
"dependencies": {
1919
"cosmiconfig": "^2.1.0",
@@ -30,7 +30,7 @@
3030
"posthtml-include": "^1.1.0",
3131
"posthtml-pug": "^1.0.2",
3232
"posthtml-sugarml": "^1.0.0-alpha3",
33-
"standard": "^8.4.0",
33+
"standard": "^14.3.4",
3434
"standard-changelog": "0.0.1"
3535
},
3636
"ava": {

0 commit comments

Comments
 (0)