Skip to content

Commit 48f145f

Browse files
upgrade builtin {0.0.7 → 1.0.3}; tap {0.4.13 → 10.0.0}, add standard
1 parent afc9c14 commit 48f145f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
"test": "test"
88
},
99
"dependencies": {
10-
"builtins": "0.0.7"
10+
"builtins": "^1.0.3"
1111
},
1212
"devDependencies": {
13-
"tap": "^0.4.13"
13+
"standard": "^8.6.0",
14+
"tap": "^10.0.0"
1415
},
1516
"scripts": {
16-
"test": "tap test/*.js"
17+
"cov:test": "TAP_FLAGS='--cov' npm run test:code",
18+
"test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
19+
"test:style": "standard",
20+
"test": "npm run test:code && npm run test:style"
1721
},
1822
"repository": {
1923
"type": "git",

0 commit comments

Comments
 (0)