Skip to content

Commit

Permalink
Move browserify transform to its own package.json for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 8, 2014
1 parent c10698a commit 3a14fb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -27,11 +27,6 @@
"android-browser/latest"
]
},
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"test": "node_modules/tape/bin/tape test/*.js"
},
Expand Down
7 changes: 7 additions & 0 deletions test/package.json
@@ -0,0 +1,7 @@
{
"browserify": {
"transform": [
"brfs"
]
}
}

0 comments on commit 3a14fb0

Please sign in to comment.