From 3c65fce1656c25d6c0678b230ad06b216d8bb976 Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Sun, 31 Jul 2016 15:53:21 +0800 Subject: [PATCH] Release v1.0.0. [deploy site] --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f07ebca..1c27c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reveal-code-focus", - "version": "0.2.0", + "version": "1.0.0", "description": "A Reveal.js plugin that allows focusing on specific lines of code blocks.", "homepage": "https://demoneaux.github.io/reveal-code-focus/", "main": "reveal-code-focus.js", @@ -20,7 +20,6 @@ }, "bugs": "https://github.com/demoneaux/reveal-code-focus/issues", "files": [ - "LICENSE", "reveal-code-focus.js" ], "scripts": {