Skip to content

Commit e74338f

Browse files
committed
fix(dependencies): add promise-worker-transferable and promise-file-reader to dependencies
These are also needed during runtime. require-js was not needed and was removed.
1 parent 0edc072 commit e74338f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
"glob": "^7.0.6",
5555
"json-loader": "^0.5.4",
5656
"kw-doc": "1.0.20",
57-
"promise-file-reader": "^0.3.1",
58-
"promise-worker-transferable": "^1.0.4",
5957
"ramda": "^0.23.0",
6058
"semantic-release": "6.3.6",
6159
"standard": "^8.6.0",
@@ -66,7 +64,8 @@
6664
},
6765
"dependencies": {
6866
"mime-types": "^2.1.15",
69-
"requirejs": "^2.3.2"
67+
"promise-file-reader": "^0.3.1",
68+
"promise-worker-transferable": "^1.0.4"
7069
},
7170
"standard": {
7271
"ignore": [

0 commit comments

Comments
 (0)