Browse Source

1.0.2

master
Henning Hall 7 years ago
parent
commit
2ea2f1a089
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      .npmignore
  2. +1
    -1
      package.json

+ 4
- 0
.npmignore View File

@ -0,0 +1,4 @@
demo
doc
example
.gitignore

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{ {
"name": "@henninghall/react-native-date-picker", "name": "@henninghall/react-native-date-picker",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Cross Platform React Native Picker", "description": "A Cross Platform React Native Picker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save