Skip to content

Commit

Permalink
bump version (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusgard authored Nov 19, 2017
1 parent ab84ef1 commit 831d10b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "react-native-grid-list",
"version": "0.0.2",
"version": "1.0.2",
"main": "index.js",
"license": "Apache-2.0",
"author": "Gustavo Gard <[email protected]> (https://gusgard.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/gusgard/react-native-grid-list.git"
},
"description": "React native grid list component",
"keywords": [
"grid list",
"grid",
Expand Down Expand Up @@ -51,16 +52,23 @@
"prettier": "^1.3.1",
"prettier-eslint": "^8.2.1",
"react": "16.0.0",
"react-native": "0.50.3",
"react-dom": "^16.0.0"
"react-dom": "^16.0.0",
"react-native": "0.50.3"
},
"jest": {
"preset": "react-native",
"setupTestFrameworkScriptFile": "./enzyme.js",
"modulePathIgnorePatterns": ["<rootDir>/example/node_modules/"],
"snapshotSerializers": ["./node_modules/enzyme-to-json/serializer"]
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules/"
],
"snapshotSerializers": [
"./node_modules/enzyme-to-json/serializer"
]
},
"pre-commit": {
"run": ["lint", "test"]
"run": [
"lint",
"test"
]
}
}

0 comments on commit 831d10b

Please sign in to comment.