Skip to content

Commit

Permalink
Fixes ts and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Aug 22, 2019
1 parent 97f5c8b commit 531e39a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodegui/react-nodegui",
"version": "0.1.4",
"version": "0.1.5",
"description": "React Native for building cross platform desktop applications",
"main": "dist/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"react": "*"
},
"devDependencies": {
"@nodegui/nodegui": "^0.1.4",
"@nodegui/nodegui": "^0.1.5",
"@types/node": "^12.0.10",
"@types/react-reconciler": "^0.18.0",
"@types/scheduler": "^0.12.1",
Expand Down
3 changes: 1 addition & 2 deletions src/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,5 @@ const styleSheet = `
Renderer.render(<App />, {
onRender: () => {
console.log("Yo");
},
enableDevtools: true
}
});

0 comments on commit 531e39a

Please sign in to comment.