We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75b3b8 commit 36fff04Copy full SHA for 36fff04
1 file changed
package.json
@@ -3,7 +3,8 @@
3
"version": "0.0.2",
4
"description": "Reusable list of browsers to test against when using Airtap",
5
"scripts": {
6
- "test": "standard && node test.js"
+ "test": "standard && hallmark && node test.js",
7
+ "hallmark": "hallmark --fix"
8
},
9
"repository": "airtap/browsers",
10
"keywords": [
@@ -19,6 +20,7 @@
19
20
21
"homepage": "https://github.com/airtap/browsers",
22
"devDependencies": {
23
+ "hallmark": "^0.1.0",
24
"standard": "^12.0.0",
25
"tape": "^4.8.0"
26
0 commit comments