We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6ad33 commit b106bc0Copy full SHA for b106bc0
package.json
@@ -73,7 +73,6 @@
73
"@trie-data-structure/uncompressed-trie": "^1.0.0"
74
},
75
"devDependencies": {
76
- "@aureooms/js-string": "1.0.0",
77
"@babel/core": "7.19.1",
78
"@babel/plugin-transform-destructuring": "7.18.13",
79
"@babel/plugin-transform-for-of": "7.18.8",
@@ -83,6 +82,7 @@
83
82
"@node-loader/babel": "2.0.1",
84
"@node-loader/core": "2.0.0",
85
"@node-loader/import-maps": "1.1.0",
+ "@string-plumbing/mul": "^0.0.1",
86
"ava": "4.3.3",
87
"babel-plugin-transform-remove-console": "6.9.4",
88
"babel-plugin-unassert": "3.2.0",
test/src/lz78.js
@@ -1,6 +1,6 @@
1
import test from 'ava';
2
3
-import {mul} from '@aureooms/js-string';
+import {mul} from '@string-plumbing/mul';
4
5
import {lz78} from '#module';
6
0 commit comments