-
- 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", | "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" | ||
... | ... |
Please register or sign in to comment