This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
new-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
declare typings in package.json
master
Henning Hall
3 years ago
parent
7e9a5beb09
commit
8c4e0eeb9c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
package.json
+ 1
- 0
package.json
View File
@ -3,6 +3,7 @@
"version"
:
"4.2.2"
,
"description"
:
"A datetime picker for React Native. In-modal or inlined. Supports Android and iOS."
,
"main"
:
"src/index.js"
,
"typings"
:
"index.d.ts"
,
"scripts"
:
{
"prepublishOnly"
:
"mv README.md githubREADME.md && mv npmREADME.md README.md"
,
"postpublish"
:
"mv README.md npmREADME.md && mv githubREADME.md README.md"
,
Write
Preview
Loading…
Cancel
Save