forked from Mirrors/doipjs
Moved bundle to dist
This commit is contained in:
parent
7be3c27397
commit
c74be73155
3 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
</body>
|
||||
|
||||
<script src="../bundle/doip.js" charset="utf-8"></script>
|
||||
<script src="../dist/doip.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
window.addEventListener('load', async () => {
|
||||
const claims = document.querySelectorAll('#claims > div')
|
||||
|
|
0
bundle/doip.js → dist/doip.js
vendored
0
bundle/doip.js → dist/doip.js
vendored
|
@ -17,7 +17,7 @@
|
|||
"mocha": "^8.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "./node_modules/browserify/bin/cmd.js ./src/index.js --standalone doip -o ./bundle/doip.js",
|
||||
"bundle": "./node_modules/browserify/bin/cmd.js ./src/index.js --standalone doip -o ./dist/doip.js",
|
||||
"license:check": "./node_modules/license-check-and-add/dist/src/cli.js check",
|
||||
"license:add": "./node_modules/license-check-and-add/dist/src/cli.js add",
|
||||
"license:remove": "./node_modules/license-check-and-add/dist/src/cli.js remove",
|
||||
|
|
Loading…
Reference in a new issue