Skip to content

Commit c6cdfb1

Browse files
committed
package: upgrade standard
1 parent 8e7a775 commit c6cdfb1

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
@@ -20,12 +20,12 @@
2020
"devDependencies": {
2121
"mocha": "2.x",
2222
"rimraf": "^2.4.0",
23-
"standard": "4.x"
23+
"standard": "^6.0.8"
2424
},
2525
"main": "index.js",
2626
"scripts": {
2727
"lint": "standard",
28-
"test": "npm run lint && npm run standard",
28+
"test": "npm run lint && npm run unit",
2929
"unit": "mocha"
3030
}
3131
}

0 commit comments

Comments
 (0)