From cabe63390ca03f5e490c43761c87850c8a173e49 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Tue, 9 Jan 2018 00:18:55 +0100 Subject: [PATCH] Bump version, add repo URL to package.json. --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d139678c..abb64718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "6502.ts", - "version": "0.9.1", + "version": "0.9.2", "description": "A 6502 emulator written in typescript", "author": "cnspeckn@googlemail.com", "license": "GPL-2.0+", @@ -14,6 +14,10 @@ "atari", "2600" ], + "repository": { + "type": "git", + "url": "https://github.com/6502ts/6502.ts.git" + }, "dependencies": { "async-mutex": "^0.1.3", "md5": "~2.2.1",