From 7ed6a63c13e9ca3acb94ab0241dce6c1c9206857 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 23 Jan 2016 16:09:06 -0500 Subject: [PATCH] setting up package correctly --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f67114a..f4b0abf 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,17 @@ { - "name": "tab-html-converter", + "name": "cml-html-converter", "version": "0.0.0", - "description": "Convert Notes To HTML", + "description": "Convert CML To HTML", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "ssh://matt@ubuntu-powrpc/~/drive/git/tab_html_converter" + "url": "https://github.com/mahuntington/cml-html-converter.git" }, "keywords": [ - "HTML", - "Notes" + "CML" ], "author": "Matt Huntington", "license": "MIT",