Skip to content

Commit e14c94b

Browse files
committed
Bumped version
1 parent da05025 commit e14c94b

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

package.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nested-listview",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Nested Listview for React native",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -49,12 +49,7 @@
4949
"tslint": "^5.9.1",
5050
"typescript": "^2.7.2"
5151
},
52-
"keywords": [
53-
"react",
54-
"native",
55-
"list",
56-
"nested"
57-
],
52+
"keywords": ["react", "native", "list", "nested"],
5853
"author": "Javier Morant",
5954
"license": "MIT",
6055
"bugs": {
@@ -63,11 +58,7 @@
6358
"homepage": "https://github.com/fjmorant/react-native-nested-listview#readme",
6459
"jest": {
6560
"preset": "react-native",
66-
"moduleFileExtensions": [
67-
"ts",
68-
"tsx",
69-
"js"
70-
],
61+
"moduleFileExtensions": ["ts", "tsx", "js"],
7162
"transform": {
7263
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
7364
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
@@ -76,9 +67,7 @@
7667
"node_modules/(?!(jest-)|react-native|react-navigation|react-clone-referenced-element|mobx-react)"
7768
],
7869
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
79-
"modulePathIgnorePatterns": [
80-
"<rootDir>/examples/"
81-
],
70+
"modulePathIgnorePatterns": ["<rootDir>/examples/"],
8271
"testPathIgnorePatterns": [
8372
"\\.snap$",
8473
"<rootDir>/node_modules/",

0 commit comments

Comments
 (0)