1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 09:04:13 +02:00

Merge pull request #13 from Narcha/patch-1

Fixed node compatibility
This commit is contained in:
Robin Appelman 2021-06-12 13:49:56 +00:00 committed by GitHub
commit b0f024d90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"bit-buffer": "^0.2.4", "bit-buffer": "^0.2.4",
"snappyjs": "^0.6.0", "snappyjs": "^0.6.0",
"text-encoding-shim": "git+https://gitlab.com/hongaar/text-encoding-shim.git#83ff0f77f48d05b8ce83ddc7ca49d8df61363b31" "text-encoding-shim": "^1.0.5"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^5.2.5",