-
- Downloads
chore(release): bump version to v1.0.0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{ | ||
"name": "@d-ptb/dcc-js", | ||
"version": "0.0.6", | ||
"version": "1.0.0", | ||
"author": "Jan Henry Loewe <kontakt@jloewe.net>", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
... | ... | @@ -16,9 +16,7 @@ |
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run test", | ||
"preversion": "npm run test", | ||
"version": "git add -A .", | ||
"postversion": "git push && git push --tags" | ||
"preversion": "npm run test" | ||
}, | ||
"dependencies": { | ||
"xml-js": "^1.6.11" | ||
... | ... |
Please register or sign in to comment