Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unexge committed Mar 22, 2017
1 parent 36253a2 commit 240577d
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": "foect",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple form validation library for React Native.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,10 @@
"react-native": "*"
},
"jest": {
"coverageReporters": ["html", "text-summary"],
"coverageReporters": [
"html",
"text-summary"
],
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
Expand Down

0 comments on commit 240577d

Please sign in to comment.