-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated metadata in package.json and added .npmignore.
- Loading branch information
Preben Ludviksen
committed
Oct 27, 2016
1 parent
f24e665
commit fb3a29e
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
example | ||
tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,26 @@ | ||
{ | ||
"name": "react-native-filesystem", | ||
"version": "0.1.0", | ||
"description": "Simple file system API for iOS & Android.", | ||
"main": "index.js", | ||
"author": "Ben Wixen <benwixen@gmail.com>", | ||
"version": "0.0.1", | ||
"main": "modules/FileSystem.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/benwixen/react-native-filesystem" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-native", | ||
"react-module", | ||
"filesystem", | ||
"fs" | ||
], | ||
"peerDependencies": { | ||
"react": ">=15.3.1", | ||
"react-native": ">=0.35" | ||
}, | ||
"author": "Ben Wixen", | ||
"license": "MIT" | ||
"license": "Apache 2.0" | ||
} |