specify files array (#125)

This commit is contained in:
Vojtech Novak 2019-09-27 17:00:23 +02:00 committed by GitHub
parent 0f69167ecd
commit 3b1dc89d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
"version": "1.1.0",
"description": "React Native wrappers for https://github.com/afollestad/material-dialogs ",
"main": "index.js",
"files": [
"android",
"DialogAndroid.js"
],
"scripts": {
"test": "test"
},