From e40746ea3c511715cf2d04d6559a9d5a0c8c7f10 Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Mon, 5 Nov 2018 13:37:57 +0800 Subject: [PATCH] Release v1.1.0. [deploy site] --- .travis.yml | 2 +- package-lock.json | 2 +- package.json | 12 ++++++------ reveal-code-focus.js | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4665d3..1f49ea9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: - - "8" + - "10" git: depth: 10 before_install: diff --git a/package-lock.json b/package-lock.json index 766dc5b..0c2f74e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reveal-code-focus", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32af150..b43969e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "reveal-code-focus", - "version": "1.0.0", + "version": "1.1.0", "description": "A Reveal.js plugin that allows focusing on specific lines of code blocks.", - "homepage": "https://demoneaux.github.io/reveal-code-focus/", + "homepage": "https://bnjmnt4n.github.io/reveal-code-focus/", "main": "reveal-code-focus.js", "keywords": [ "Reveal.js", @@ -12,18 +12,18 @@ "license": "MIT", "author": { "name": "Benjamin Tan", - "url": "https://demoneaux.github.io/" + "url": "https://bnjmnt4n.now.sh/" }, "repository": { "type": "git", - "url": "https://github.com/demoneaux/reveal-code-focus.git" + "url": "https://github.com/bnjmnt4n/reveal-code-focus.git" }, - "bugs": "https://github.com/demoneaux/reveal-code-focus/issues", + "bugs": "https://github.com/bnjmnt4n/reveal-code-focus/issues", "files": [ "reveal-code-focus.js" ], "scripts": { - "test": "true" + "test": "echo \"TODO: create an automated CI browser testing system\" && true" }, "devDependencies": { "@alrra/travis-scripts": "^3.0.1", diff --git a/reveal-code-focus.js b/reveal-code-focus.js index 087c217..723242e 100644 --- a/reveal-code-focus.js +++ b/reveal-code-focus.js @@ -1,5 +1,5 @@ /*! - * reveal-code-focus 1.0.0 + * reveal-code-focus v1.1.0 * Copyright 2015-2018 Benjamin Tan * Available under MIT license */