@alexlafroscia/yaml-merge
Advanced tools
Comparing version 1.0.4 to 2.0.0
{ | ||
"name": "@alexlafroscia/yaml-merge", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"description": "A super simple tool for merging YAML files", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"release": "standard-version" | ||
}, | ||
@@ -16,5 +17,2 @@ "files": [ | ||
], | ||
"engines": { | ||
"node": ">= 6.7.0" | ||
}, | ||
"dependencies": { | ||
@@ -27,4 +25,9 @@ "js-yaml": "^3.7.0", | ||
"common-tags": "^1.4.0", | ||
"mocha": "^5.2.0" | ||
"mocha": "^5.2.0", | ||
"standard-version": "^7.1.0" | ||
}, | ||
"volta": { | ||
"node": "12.16.1", | ||
"yarn": "1.22.4" | ||
} | ||
} |
# `yaml-merge` | ||
[![Build Status](https://travis-ci.org/alexlafroscia/yaml-merge.svg?branch=master)](https://travis-ci.org/alexlafroscia/yaml-merge) | ||
![Node Version](https://img.shields.io/badge/node-6.7.0+-green.svg) | ||
![Verify](https://github.com/alexlafroscia/yaml-merge/workflows/Verify/badge.svg) | ||
@@ -10,4 +9,2 @@ A super simple tool for merging YAML files. | ||
Node v6 or higher is required. | ||
### For the command line | ||
@@ -14,0 +11,0 @@ |
3627
5
4
56