Skip to content

Commit 36fff04

Browse files
committed
add hallmark devDependency
1 parent c75b3b8 commit 36fff04

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.2",
44
"description": "Reusable list of browsers to test against when using Airtap",
55
"scripts": {
6-
"test": "standard && node test.js"
6+
"test": "standard && hallmark && node test.js",
7+
"hallmark": "hallmark --fix"
78
},
89
"repository": "airtap/browsers",
910
"keywords": [
@@ -19,6 +20,7 @@
1920
},
2021
"homepage": "https://github.com/airtap/browsers",
2122
"devDependencies": {
23+
"hallmark": "^0.1.0",
2224
"standard": "^12.0.0",
2325
"tape": "^4.8.0"
2426
},

0 commit comments

Comments
 (0)