Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Release v1.1.0.
Browse files Browse the repository at this point in the history
[deploy site]
  • Loading branch information
bnjmnt4n committed Nov 5, 2018
1 parent fcc8b32 commit e40746e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
git:
depth: 10
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion reveal-code-focus.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* reveal-code-focus 1.0.0
* reveal-code-focus v1.1.0
* Copyright 2015-2018 Benjamin Tan <https://bnjmnt4n.now.sh/>
* Available under MIT license <https://github.com/bnjmnt4n/reveal-code-focus/blob/master/LICENSE>
*/
Expand Down

0 comments on commit e40746e

Please sign in to comment.