diff --git a/package.json b/bpkg.json similarity index 70% rename from package.json rename to bpkg.json index 8b68777..bceef29 100644 --- a/package.json +++ b/bpkg.json @@ -1,10 +1,9 @@ { "name": "bash-yaml", - "version": "0.0.1", + "version": "master", "description": "Bash script to read a Yaml file and create variables.", - "global": "false", "install": "make install", "scripts": [ - "yaml.sh" + "script/yaml.sh" ] }