Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 7a7cd45

Browse files
authored
Merge pull request #54 from skellock/bump-fuse-box
Upgrades fuse-box to grab latest typings.
2 parents d5643a9 + e294feb commit 7a7cd45

File tree

3 files changed

+87
-90
lines changed

3 files changed

+87
-90
lines changed

fuse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { FuseBox, CSSPlugin, Sparky, CopyPlugin } = require('fuse-box')
2-
const { spawn } = require('child_process')
1+
import { FuseBox, CSSPlugin, Sparky, CopyPlugin } from 'fuse-box'
2+
import { spawn } from 'child_process'
33

44
const DEV_PORT = 4445
55
const OUTPUT_DIR = 'out'

package-lock.json

Lines changed: 84 additions & 87 deletions
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
@@ -63,7 +63,7 @@
6363
"babel-preset-react": "6.24.1",
6464
"electron": "1.7.5",
6565
"electron-builder": "19.19.1",
66-
"fuse-box": "2.2.1",
66+
"fuse-box": "2.2.2-beta.12",
6767
"husky": "0.14.3",
6868
"lint-staged": "4.0.3",
6969
"mockery": "2.1.0",

0 commit comments

Comments
 (0)