From a8bd6bbd986ed1cc421de7746f4935a41d11b4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Fri, 15 May 2015 22:33:01 +0100 Subject: [PATCH] chore(package.json): fix license and version tag --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 73b73fe..4e0f9b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "showdown", - "version": "1.0.0-alpha1", + "version": "1.0.0-alpha.2", "description": "A Markdown to HTML converter written in Javascript", "authors": "Estevão Santos", "contributors": [ @@ -25,12 +25,7 @@ "url": "https://github.com/showdownjs/showdown.git", "web": "https://github.com/showdownjs/showdown" }, - "licenses": [ - { - "type": "BSD", - "url": "https://github.com/showdownjs/showdown/blob/master/license.txt" - } - ], + "license": "BSD", "main": "./dist/showdown.js", "scripts": { "test": "mocha ./test/**/*.js"