theajack / disable-devtool

Disable web developer tools from the f12 button, right-click and browser menu
https://theajack.github.io/disable-devtool/
MIT License
1.92k stars 184 forks source link

fix package.json format #70

Open lbhfuture opened 1 year ago

lbhfuture commented 1 year ago

yarn build error with message:

⨯ node_modules.Dependency.Dependencies: ReadMapCB: expect { or n, but found ", error found in #10 byte of ...|encies": ""
}|..., bigger context ...|"
    },
    "homepage": "",
    "dependencies": ""
}|...

Because of a invalid format of dependencies in package.json, it should be a object {}, as yours is string "".