mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 14:31:03 +00:00
Mark detectPackage as sideEffect
This commit is contained in:
@@ -3,7 +3,10 @@
|
|||||||
"version": "0.63.2-1",
|
"version": "0.63.2-1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.mjs",
|
"module": "index.mjs",
|
||||||
"sideEffects": false,
|
"sideEffects": [
|
||||||
|
"./detectPackage.js",
|
||||||
|
"./detectPackage.mjs"
|
||||||
|
],
|
||||||
"repository": "github:polkadot-js/apps",
|
"repository": "github:polkadot-js/apps",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [],
|
"maintainers": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user