This commit is contained in:
hakimel
2021-12-06 12:11:39 +01:00
parent 9e583b8df4
commit 79a1674021
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*!
* reveal.js 4.2.0
* reveal.js 4.2.1
* https://revealjs.com
* MIT licensed
*
+2 -2
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -26,7 +26,7 @@ import {
} from './utils/constants.js'
// The reveal.js version
export const VERSION = '4.2.0';
export const VERSION = '4.2.1';
/**
* reveal.js
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "reveal.js",
"version": "4.2.0",
"version": "4.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "4.2.0",
"version": "4.2.1",
"description": "The HTML Presentation Framework",
"homepage": "https://revealjs.com",
"subdomain": "revealjs",