use brfs on tests
This commit is contained in:
parent
520a8616fa
commit
bacceb2698
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "test",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
|
||||||
|
"browserify": {
|
||||||
|
"transform": [
|
||||||
|
"brfs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"main": "basic.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "tape *.js"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"tape": "^2.12.0",
|
||||||
|
"brfs": "^1.0.0",
|
||||||
|
"browserify": "^3.33.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue