Skip to content
Snippets Groups Projects
Verified Commit 0fbc995e authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

chore(release): bump version to v1.0.0

parent d16dc30b
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{ {
"name": "@d-ptb/dcc-js", "name": "@d-ptb/dcc-js",
"version": "0.0.6", "version": "1.0.0",
"author": "Jan Henry Loewe <kontakt@jloewe.net>", "author": "Jan Henry Loewe <kontakt@jloewe.net>",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report", "coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report",
"prepare": "npm run build", "prepare": "npm run build",
"prepublishOnly": "npm run test", "prepublishOnly": "npm run test",
"preversion": "npm run test", "preversion": "npm run test"
"version": "git add -A .",
"postversion": "git push && git push --tags"
}, },
"dependencies": { "dependencies": {
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment