Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
add missing nyc config
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 1, 2016
1 parent 304adec commit 535f7df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
"bugs": {
"url": "https://github.com/stipsan/uikit-react/issues"
},
"nyc": {
"include": [
"src/**.js"
],
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"homepage": "https://github.com/stipsan/uikit-react",
"devDependencies": {
"@kadira/react-storybook-addon-info": "3.1.1",
Expand Down

0 comments on commit 535f7df

Please sign in to comment.