Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
exclude rollup.config.js from nyc report
  • Loading branch information
thiamsantos committed Apr 24, 2017
commit 9a7937aeedf86201d4c2fd2b3aadadf166b3b483
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"example",
"lib",
"dist",
"webpack.*.js"
"rollup.config.js"
]
},
"files": [
Expand Down Expand Up @@ -84,7 +84,6 @@
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-legacy": "^1.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"sinon": "^1.17.7",
"uglifyjs": "^2.4.10"
Expand Down