Skip to content

Commit

Permalink
Sort dependencies (#428)
Browse files Browse the repository at this point in the history
npm 7 does this automatically
  • Loading branch information
MatthijsBurgh committed Jun 20, 2021
1 parent 1df3d4c commit 1eb1698
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"./src/util/decompressPng.js": "./src/util/shim/decompressPng.js"
},
"devDependencies": {
"chai": "*",
"grunt": "^1.0.1",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.2.0",
Expand All @@ -25,22 +26,21 @@
"grunt-mocha-test": "^0.13.3",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"chai": "*",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.3.2",
"time-grunt": "^2.0.0"
},
"dependencies": {
"cbor-js": "^0.1.0",
"eventemitter2": "^6.4.0",
"object-assign": "^4.0.1",
"pngparse": "^2.0.1",
"ws": "^7.2.1",
"xmldom": "^0.6.0",
"cbor-js": "^0.1.0",
"socket.io": "4.0.1",
"webworkify": "^1.5.0",
"socket.io": "4.0.1"
"ws": "^7.2.1",
"xmldom": "^0.6.0"
},
"directories": {
"example": "examples",
Expand Down

0 comments on commit 1eb1698

Please sign in to comment.