Skip to content

Commit

Permalink
Merge pull request #35 from hexenq/dev
Browse files Browse the repository at this point in the history
build: update package.json
  • Loading branch information
hexenq committed Aug 3, 2018
2 parents d4f8602 + c432b48 commit cb56a1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -64,5 +64,19 @@
"jest": "^23.0.1",
"kuroshiro-analyzer-kuromoji": "^1.0.0",
"uglifyify": "^5.0.0"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.jsx?$",
"testURL": "http://localhost"
}
}

0 comments on commit cb56a1a

Please sign in to comment.