mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
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>
|
</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">
|
<script type="text/javascript" charset="utf-8">
|
||||||
window.addEventListener('load', async () => {
|
window.addEventListener('load', async () => {
|
||||||
const claims = document.querySelectorAll('#claims > div')
|
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"
|
"mocha": "^8.2.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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: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: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",
|
"license:remove": "./node_modules/license-check-and-add/dist/src/cli.js remove",
|
||||||
|
|
Loading…
Reference in a new issue