Skip to content

Commit d6b2a82

Browse files
committed
make standard a dev dependency
1 parent 21fcb52 commit d6b2a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"dotenv": "^6.2.0",
1616
"puppeteer": "^1.12.2",
1717
"sizzle": "2.3.3",
18-
"source-map": "0.7.3",
19-
"standard": "^12.0.1"
18+
"source-map": "0.7.3"
2019
},
2120
"bin": {
2221
"css-coverage": "bin/css-coverage.js"
@@ -33,6 +32,7 @@
3332
"author": "Philip Schatz <phil@cnx.org>",
3433
"license": "MIT",
3534
"devDependencies": {
36-
"sass": "^1.17.0"
35+
"sass": "^1.17.0",
36+
"standard": "^12.0.1"
3737
}
3838
}

0 commit comments

Comments
 (0)