mirror of
https://github.com/lrsjng/jquery-qrcode.git
synced 2026-08-12 20:01:55 +08:00
Fix minor build issues.
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*! jquery-qrcode v0.13.3 - https://larsjung.de/jquery-qrcode/ */
|
||||
/*! jquery-qrcode v0.13.4 - https://larsjung.de/jquery-qrcode/ */
|
||||
(function (vendor_qrcode) {
|
||||
'use strict';
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -15,7 +15,6 @@ ghu.before(runtime => {
|
||||
runtime.pkg = Object.assign({}, require('./package.json'));
|
||||
runtime.comment = `${runtime.pkg.name} v${runtime.pkg.version} - ${runtime.pkg.homepage}`;
|
||||
runtime.commentJs = `/*! ${runtime.comment} */\n`;
|
||||
runtime.commentHtml = `<!-- ${runtime.comment} -->`;
|
||||
|
||||
console.log(runtime.comment);
|
||||
});
|
||||
@@ -41,7 +40,7 @@ ghu.task('build:demo', runtime => {
|
||||
read(`${SRC}/demo/*.jade`)
|
||||
.then(jade({pkg: runtime.pkg}))
|
||||
.then(write(mapfn.p(SRC, BUILD).s('.jade', ''), {overwrite: true})),
|
||||
read(`${SRC}/demo/*, !*.jade`)
|
||||
read(`${SRC}/demo/*, !**/*.jade`)
|
||||
.then(write(mapfn.p(SRC, BUILD), {overwrite: true}))
|
||||
]);
|
||||
});
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jquery-qrcode",
|
||||
"displayName": "jQuery.qrcode",
|
||||
"version": "0.13.3",
|
||||
"version": "0.13.4",
|
||||
"description": "Generate QR codes dynamically.",
|
||||
"homepage": "https://larsjung.de/jquery-qrcode/",
|
||||
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",
|
||||
|
||||
Reference in New Issue
Block a user