We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb6c4 commit a01679bCopy full SHA for a01679b
nodegui/calculator/index.ts
@@ -7,7 +7,7 @@ import {
7
FlexLayout,
8
QLabel
9
} from "@nodegui/nodegui";
10
-import { BaseWidgetEvents } from "@nodegui/nodegui/dist/src/lib/core/EventWidget";
+import { BaseWidgetEvents } from "@nodegui/nodegui/dist/lib/core/EventWidget";
11
12
// ===============
13
// UI AND DESIGN
nodegui/calculator/package.json
@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@nodegui/nodegui": "^0.1.3"
+ "@nodegui/nodegui": "^0.1.9"
},
14
"devDependencies": {
15
"@types/node": "^12.7.2",
0 commit comments