Skip to content

Commit

Permalink
Updated metadata in package.json and added .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Preben Ludviksen committed Oct 27, 2016
1 parent f24e665 commit fb3a29e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
example
tests
19 changes: 15 additions & 4 deletions package.json
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"
}

0 comments on commit fb3a29e

Please sign in to comment.