@wmfs/xml-flatten2csv
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@wmfs/xml-flatten2csv", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flattened XML file to CSV file", | ||
@@ -8,4 +8,6 @@ "author": "West Midlands Fire Service", | ||
"keywords": [ | ||
"tymly", | ||
"xml", | ||
"convert", | ||
"package", | ||
"csv" | ||
@@ -30,3 +32,3 @@ ], | ||
"chai-string": "^1.4.0", | ||
"codecov": "3.0.2", | ||
"codecov": "3.0.3", | ||
"cz-conventional-changelog": "2.1.0", | ||
@@ -47,3 +49,3 @@ "dirty-chai": "2.0.1", | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"path": "cz-conventional-changelog" | ||
} | ||
@@ -53,3 +55,20 @@ }, | ||
"access": "public" | ||
}, | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "build", | ||
"scope": "deps-dev", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
47350