Browse Source

declare typings in package.json

master
Henning Hall 3 years ago
parent
commit
8c4e0eeb9c
1 changed files with 1 additions and 0 deletions
  1. +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",

Loading…
Cancel
Save