mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
22 lines
No EOL
652 B
Diff
22 lines
No EOL
652 B
Diff
diff --git a/klay-noflo.js b/klay-noflo.js
|
|
index 80ec56bf689e9d35c7a4af4d8dd3d42392287228..58f438ce8eeb0106296e4554f0e2b938b29709ab 100644
|
|
--- a/klay-noflo.js
|
|
+++ b/klay-noflo.js
|
|
@@ -1,4 +1,4 @@
|
|
-var klayNoflo = (function () {
|
|
+export const klayNoflo = (function () {
|
|
"use strict";
|
|
|
|
var worker;
|
|
diff --git a/package.json b/package.json
|
|
index e78946c6141f2245e744976ba4a0bd3581057976..053d8a4b20e53a41871fd74ae26c778479eea762 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -5,6 +5,7 @@
|
|
"dependencies": {
|
|
"klayjs": "^0.2.1"
|
|
},
|
|
+ "type": "module",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-clean": "~0.5.0",
|