UNPKG
airtap
Version:
latest (5.0.0)
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Run TAP unit tests in 1789+ browsers
github.com/airtap/airtap
airtap/airtap
airtap
/
lib
/
watchify-options.js
11 lines
(9 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
// Get browserify options required for watchify
module
.
exports
=
function
(
) {
return
{
cache
: {},
packageCache
: {},
fullPaths
:
true
} }