From bbd89f2f5eba54695339f30ccfaa1c20cda985d5 Mon Sep 17 00:00:00 2001 From: Luke Davies Date: Tue, 14 Jul 2015 17:39:55 +0100 Subject: [PATCH] changed version and updated repo --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 667f1cc..6d6fe1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "language-vb", "main": "./lib/language-vb", - "version": "0.1.2", + "version": "0.1.0-pre1", "description": "Syntax highlighting for VB.net", "keywords": [ "language", @@ -10,7 +10,13 @@ "visualbasic", "vb.net" ], - "repository": "https://github.com/Gorea235/language-vb", + "author": { + "name": "Gorea235" + }, + "repository": { + "type": "git", + "url": "https://github.com/Gorea235/language-vb" + }, "homepage": "https://github.com/Gorea235/language-vb", "license": "GNU GPL v3", "engines": {