Skip to content

Commit fb3a29e

Browse files
author
Preben Ludviksen
committed
Updated metadata in package.json and added .npmignore.
1 parent f24e665 commit fb3a29e

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
example
2+
tests

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
{
22
"name": "react-native-filesystem",
3-
"version": "0.1.0",
43
"description": "Simple file system API for iOS & Android.",
5-
"main": "index.js",
4+
"author": "Ben Wixen <[email protected]>",
5+
"version": "0.0.1",
6+
"main": "modules/FileSystem.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/benwixen/react-native-filesystem"
13+
},
14+
"keywords": [
15+
"react",
16+
"react-native",
17+
"react-module",
18+
"filesystem",
19+
"fs"
20+
],
921
"peerDependencies": {
1022
"react": ">=15.3.1",
1123
"react-native": ">=0.35"
1224
},
13-
"author": "Ben Wixen",
14-
"license": "MIT"
25+
"license": "Apache 2.0"
1526
}

0 commit comments

Comments
 (0)