mirror of
https://github.com/yugasun/qrcode-decoder.git
synced 2026-08-13 04:31:36 +08:00
chore: fix deps
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
</section>
|
||||
<script src="./lib/vconsole.min.js"></script>
|
||||
<script src="./index.min.js"></script>
|
||||
<script src="./index.min.js"></script>
|
||||
<script type="module">
|
||||
var vConsole = new VConsole();
|
||||
console.log('Hello world');
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -54,11 +54,12 @@
|
||||
"codecov": "^3.8.1",
|
||||
"cross-env": "^6.0.3",
|
||||
"fancy-log": "^1.3.3",
|
||||
"gh-pages": "^3.1.0",
|
||||
"husky": "^3.0.9",
|
||||
"jest": "^24.9.0",
|
||||
"lint-staged": "^9.5.0",
|
||||
"prettier": "^1.18.2",
|
||||
"rolllup": "^2.38.1",
|
||||
"rollup": "^2.38.1",
|
||||
"rollup-plugin-commonjs": "^8.3.0",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-builtins": "^2.1.2",
|
||||
|
||||
Reference in New Issue
Block a user