mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Remove references to obsolete package
This commit is contained in:
parent
3dd6b5ae1c
commit
5bc761a22a
2 changed files with 0 additions and 4 deletions
|
@ -18,7 +18,5 @@ yarn.lock
|
|||
\.editorconfig
|
||||
\.gitignore
|
||||
\.licenseignore
|
||||
\.prettierignore
|
||||
\.prettierrc.yaml
|
||||
\.drone.yml
|
||||
Dockerfile
|
|
@ -41,8 +41,6 @@
|
|||
"scripts": {
|
||||
"release:bundle": "./node_modules/.bin/browserify ./src/index.js --standalone doip -x openpgp -x jsdom -x @xmpp/client -x @xmpp/debug -x irc-upd -o ./dist/doip.js",
|
||||
"release:minify": "./node_modules/.bin/minify ./dist/doip.js > ./dist/doip.min.js",
|
||||
"prettier:check": "./node_modules/.bin/prettier --check .",
|
||||
"prettier:write": "./node_modules/.bin/prettier --write .",
|
||||
"license:check": "./node_modules/.bin/license-check-and-add check",
|
||||
"license:add": "./node_modules/.bin/license-check-and-add add",
|
||||
"license:remove": "./node_modules/.bin/license-check-and-add remove",
|
||||
|
|
Loading…
Reference in a new issue