소스 검색

Update package.json to reference typings (#3086)

Daniel van der Merwe 6 년 전
부모
커밋
7ba0f155a5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      package.json

+ 1
- 0
package.json 파일 보기

@@ -24,6 +24,7 @@
24 24
     "url": "https://github.com/wix/react-native-navigation.git"
25 25
   },
26 26
   "main": "lib/dist/index.js",
27
+  "typings": "lib/dist/index.d.ts",
27 28
   "scripts": {
28 29
     "build": "rm -rf ./lib/dist && tsc",
29 30
     "xcode": "open playground/ios/playground.xcodeproj",