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

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 19, 2016
1 parent 5e6f04e commit c39c12f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uikit-react",
"version": "0.4.0",
"version": "0.4.1",
"description": "UIkit components built with React",
"main": "./lib",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,10 @@
"coverageReporters": [
"lcov"
],
"coveragePathIgnorePatterns": ["<rootDir>/lib/", "<rootDir>/node_modules/"],
"coveragePathIgnorePatterns": [
"<rootDir>/lib/",
"<rootDir>/node_modules/"
],
"coverageDirectory": "<rootDir>/.coverage",
"setupFiles": [
"<rootDir>/test/setup.js"
Expand Down

0 comments on commit c39c12f

Please sign in to comment.