Skip to content

Commit b2c08fd

Browse files
author
David Chase
committed
closes #1
1 parent d4d3d71 commit b2c08fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/davidchase/path-union/issues"
88
},
99
"devDependencies": {
10-
"buba": "1.0.6",
10+
"buba": "2.0.0",
1111
"rollup-plugin-buble": "0.12.1",
1212
"tap-spec": "4.1.1",
1313
"tape": "4.6.0"
@@ -26,6 +26,6 @@
2626
},
2727
"scripts": {
2828
"build": "mkdir -p dist && rollup -c",
29-
"test": "tape --require buba test.js | tap-spec"
29+
"test": "tape --require buba/register test.js | tap-spec"
3030
}
3131
}

0 commit comments

Comments
 (0)