Skip to content

Commit 517a9bc

Browse files
committed
Prepare for bump version
1 parent ab7b70e commit 517a9bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-template-basic-app",
33
"version": "0.1.0",
44
"author": "Luciano Lima <[email protected]>",
5-
"description": "Template to create a new React Native project with ESLint",
5+
"description": "Template to create a new React Native project with ESLint, Prettier, Flow and Enzyme",
66
"homepage": "https://github.com/lucianomlima/react-native-template-basic",
77
"license": "MIT",
88
"bugs": {
@@ -15,7 +15,10 @@
1515
"keywords": [
1616
"react-native",
1717
"template",
18-
"eslint"
18+
"eslint",
19+
"prettier",
20+
"flow",
21+
"enzyme"
1922
],
2023
"scripts": {
2124
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)