Moved bundle to dist

This commit is contained in:
Yarmo Mackenbach 2020-11-05 12:05:16 +01:00
parent 7be3c27397
commit c74be73155
3 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

View file

@ -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",