mirror of
https://github.com/lrsjng/jquery-qrcode.git
synced 2026-08-12 20:01:55 +08:00
Fix naming issue.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const {resolve, join} = require('path');
|
const {resolve, join} = require('path');
|
||||||
const {ghu, includeit, jade, jszip, mapfn, read, remove, uglify, wrap, write} = require('ghu');
|
const {ghu, includeit, jade, jszip, mapfn, read, remove, uglify, wrap, write} = require('ghu');
|
||||||
|
|
||||||
const NAME = 'jquery.qrcode';
|
const NAME = 'jquery-qrcode';
|
||||||
|
|
||||||
const ROOT = resolve(__dirname);
|
const ROOT = resolve(__dirname);
|
||||||
const SRC = join(ROOT, 'src');
|
const SRC = join(ROOT, 'src');
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jquery-qrcode",
|
"name": "jquery-qrcode",
|
||||||
"displayName": "jQuery.qrcode",
|
"displayName": "jQuery.qrcode",
|
||||||
"version": "0.13.0",
|
"version": "0.13.1",
|
||||||
"description": "Generate QR codes dynamically.",
|
"description": "Generate QR codes dynamically.",
|
||||||
"homepage": "https://larsjung.de/jquery-qrcode/",
|
"homepage": "https://larsjung.de/jquery-qrcode/",
|
||||||
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",
|
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html(lang='en')
|
|||||||
link(href='//fonts.googleapis.com/css?family=Ubuntu:300,400,700', rel='stylesheet')
|
link(href='//fonts.googleapis.com/css?family=Ubuntu:300,400,700', rel='stylesheet')
|
||||||
link(href='styles.css', rel='stylesheet')
|
link(href='styles.css', rel='stylesheet')
|
||||||
script(src='jquery.min.js')
|
script(src='jquery.min.js')
|
||||||
script(src='../jquery.qrcode-#{pkg.version}.js')
|
script(src='../jquery-qrcode-#{pkg.version}.js')
|
||||||
script(src='scripts.js')
|
script(src='scripts.js')
|
||||||
|
|
||||||
body
|
body
|
||||||
|
|||||||
Reference in New Issue
Block a user