Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit bb2afef

Browse files
committed
added gitignore and updated keywords for npm
1 parent af0f6a1 commit bb2afef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm-debug.log

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ In your react native project
1717
npm install react-native-flexbox-grid
1818
```
1919

20-
21-
2220
### Import
2321

2422
```

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-flexbox-grid",
3-
"version": "0.0.8",
3+
"version": "0.0.10",
44
"description": "Grid system for react native based on flexbox grid's api",
55
"main": "src/index.js",
66
"scripts": {
@@ -11,6 +11,7 @@
1111
"url": "git+https://github.com/rundmt/react-native-flexbox-grid.git"
1212
},
1313
"keywords": [
14+
"react-native",
1415
"react",
1516
"native",
1617
"flexbox",

0 commit comments

Comments
 (0)