Skip to content

Commit 72aca8d

Browse files
Sort dependencies (#428)
npm 7 does this automatically
1 parent 112f8dc commit 72aca8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"./src/util/decompressPng.js": "./src/util/shim/decompressPng.js"
1414
},
1515
"devDependencies": {
16+
"chai": "*",
1617
"grunt": "^1.0.1",
1718
"grunt-browserify": "^6.0.0",
1819
"grunt-cli": "^1.2.0",
@@ -25,22 +26,21 @@
2526
"grunt-mocha-test": "^0.13.3",
2627
"karma": "^6.3.2",
2728
"karma-chai": "^0.1.0",
28-
"chai": "*",
2929
"karma-firefox-launcher": "^2.1.0",
3030
"karma-mocha": "^2.0.1",
3131
"load-grunt-tasks": "^5.1.0",
3232
"mocha": "^8.3.2",
3333
"time-grunt": "^2.0.0"
3434
},
3535
"dependencies": {
36+
"cbor-js": "^0.1.0",
3637
"eventemitter2": "^6.4.0",
3738
"object-assign": "^4.0.1",
3839
"pngparse": "^2.0.1",
39-
"ws": "^7.2.1",
40-
"xmldom": "^0.6.0",
41-
"cbor-js": "^0.1.0",
40+
"socket.io": "4.0.1",
4241
"webworkify": "^1.5.0",
43-
"socket.io": "4.0.1"
42+
"ws": "^7.2.1",
43+
"xmldom": "^0.6.0"
4444
},
4545
"directories": {
4646
"example": "examples",

0 commit comments

Comments
 (0)