Skip to content
Snippets Groups Projects
Unverified Commit e9daae6f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Publish dbp-auth (#36)

parent 9e59fc9a
No related branches found
No related tags found
No related merge requests found
node_modules
.idea
npm-debug.log
package-lock.json
index.html
......@@ -4,7 +4,6 @@
"version": "0.1.0",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
......@@ -48,6 +47,7 @@
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "yarn run build-test && karma start --singleRun",
"publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public 2>&1 || true",
"lint": "eslint ."
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment