浏览代码

4.0.1, remove date from built files

Hakim El Hattab 5 年之前
父节点
当前提交
b074050a6d
共有 6 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      dist/reveal.css
  2. 1 1
      dist/reveal.esm.js
  3. 1 1
      dist/reveal.js
  4. 1 1
      gulpfile.js
  5. 1 1
      js/reveal.js
  6. 1 1
      package.json

+ 1 - 1
dist/reveal.css

@@ -1,5 +1,5 @@
 /*!
 /*!
-* reveal.js 4.0.0 (Wed May 20 2020)
+* reveal.js 4.0.1
 * https://revealjs.com
 * https://revealjs.com
 * MIT licensed
 * MIT licensed
 *
 *

文件差异内容过多而无法显示
+ 1 - 1
dist/reveal.esm.js


文件差异内容过多而无法显示
+ 1 - 1
dist/reveal.js


+ 1 - 1
gulpfile.js

@@ -25,7 +25,7 @@ const root = yargs.argv.root || '.'
 const port = yargs.argv.port || 8000
 const port = yargs.argv.port || 8000
 
 
 const banner = `/*!
 const banner = `/*!
-* reveal.js ${pkg.version} (${new Date().toDateString()})
+* reveal.js ${pkg.version}
 * ${pkg.homepage}
 * ${pkg.homepage}
 * MIT licensed
 * MIT licensed
 *
 *

+ 1 - 1
js/reveal.js

@@ -26,7 +26,7 @@ import {
 } from './utils/constants.js'
 } from './utils/constants.js'
 
 
 // The reveal.js version
 // The reveal.js version
-export const VERSION = '4.0.0';
+export const VERSION = '4.0.1';
 
 
 /**
 /**
  * reveal.js
  * reveal.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "reveal.js",
   "name": "reveal.js",
-  "version": "4.0.0",
+  "version": "4.0.1",
   "description": "The HTML Presentation Framework",
   "description": "The HTML Presentation Framework",
   "homepage": "https://revealjs.com",
   "homepage": "https://revealjs.com",
   "subdomain": "revealjs",
   "subdomain": "revealjs",

部分文件因为文件数量过多而无法显示