mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 13:43:08 +00:00
remove browserify
This commit is contained in:
parent
efa8e6abf0
commit
0a3a7ad45b
@ -10,10 +10,9 @@ const output = {
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
frameworks: ["webpack", "mocha", "browserify"],
|
||||
frameworks: ["webpack", "mocha"],
|
||||
preprocessors: {
|
||||
"**/*.ts": ["webpack"],
|
||||
"**/*.js": ["browserify"],
|
||||
},
|
||||
|
||||
files: [
|
||||
|
||||
1438
package-lock.json
generated
1438
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -61,7 +61,6 @@
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "^0.0.7",
|
||||
"app-root-path": "^3.0.0",
|
||||
"browserify": "^17.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"cspell": "^5.14.0",
|
||||
"eslint": "^8.6.0",
|
||||
@ -77,7 +76,6 @@
|
||||
"jsdom": "^19.0.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"karma": "^6.3.12",
|
||||
"karma-browserify": "^8.1.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-mocha": "^2.0.1",
|
||||
"karma-webpack": "^5.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user