Skip to content

Commit f880ad5

Browse files
committed
fix typings issue
1 parent 9f3af71 commit f880ad5

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodegui/react-nodegui",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React Native for building cross platform desktop applications",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

src/development/hot-reload/index.ts renamed to src/development/hot-reload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import createProxy, { ReactProxyComponent } from "react-proxy";
22
import React from "react";
3+
import "./types";
34

45
export let appProxy: ReactProxyComponent; // need to export it so that it stays without being gc'd
56

0 commit comments

Comments
 (0)