Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmorant committed Apr 9, 2018
1 parent 1d58c4d commit 08de810
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nested-listview",
"version": "0.4.3",
"version": "0.5.0",
"description": "Nested Listview for React native",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -49,12 +49,7 @@
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"keywords": [
"react",
"native",
"list",
"nested"
],
"keywords": ["react", "native", "list", "nested"],
"author": "Javier Morant",
"license": "MIT",
"bugs": {
Expand All @@ -63,11 +58,7 @@
"homepage": "https://github.com/fjmorant/react-native-nested-listview#readme",
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"moduleFileExtensions": ["ts", "tsx", "js"],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
Expand All @@ -76,9 +67,7 @@
"node_modules/(?!(jest-)|react-native|react-navigation|react-clone-referenced-element|mobx-react)"
],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"modulePathIgnorePatterns": [
"<rootDir>/examples/"
],
"modulePathIgnorePatterns": ["<rootDir>/examples/"],
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/",
Expand Down

0 comments on commit 08de810

Please sign in to comment.