Skip to content

Commit 531e39a

Browse files
committed
Fixes ts and bumps version
1 parent 97f5c8b commit 531e39a

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodegui/react-nodegui",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "React Native for building cross platform desktop applications",
55
"main": "dist/index.js",
66
"files": [
@@ -22,7 +22,7 @@
2222
"react": "*"
2323
},
2424
"devDependencies": {
25-
"@nodegui/nodegui": "^0.1.4",
25+
"@nodegui/nodegui": "^0.1.5",
2626
"@types/node": "^12.0.10",
2727
"@types/react-reconciler": "^0.18.0",
2828
"@types/scheduler": "^0.12.1",

src/demo.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@ const styleSheet = `
8888
Renderer.render(<App />, {
8989
onRender: () => {
9090
console.log("Yo");
91-
},
92-
enableDevtools: true
91+
}
9392
});

0 commit comments

Comments
 (0)