Skip to content

Commit fdad0f8

Browse files
author
David Chase
committed
add standard
1 parent 1fbd1f6 commit fdad0f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"devDependencies": {
1010
"buba": "2.0.3",
1111
"rollup-plugin-buble": "0.13.0",
12+
"standard": "8.0.0",
1213
"tap-spec": "4.1.1",
1314
"tape": "4.6.0"
1415
},
@@ -26,6 +27,6 @@
2627
},
2728
"scripts": {
2829
"build": "mkdir -p dist && rollup -c",
29-
"test": "tape --require buba/register test.js | tap-spec"
30+
"test": "standard index.js prelude.js && tape --require buba/register test.js | tap-spec"
3031
}
3132
}

0 commit comments

Comments
 (0)