Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "js2yaml", | ||
"description": "Create configurations with the power of Javascript and convert it to YAML.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "author": "Maik Jablonski <jablonski@neoskop.de> (https://www.neoskop.de)", | ||
"scripts": { | ||
"start": "node js2yaml.js js2yaml.config.js" | ||
"start": "node index.js js2yaml.config.js" | ||
}, | ||
@@ -21,0 +21,0 @@ "dependencies": { |
5316