Fix naming issue.

pull/34/head v0.13.1
Lars Jung 9 years ago
parent 0acabd3f05
commit 2979e0411b

@ -1,7 +1,7 @@
const {resolve, join} = require('path');
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 SRC = join(ROOT, 'src');

@ -1,7 +1,7 @@
{
"name": "jquery-qrcode",
"displayName": "jQuery.qrcode",
"version": "0.13.0",
"version": "0.13.1",
"description": "Generate QR codes dynamically.",
"homepage": "https://larsjung.de/jquery-qrcode/",
"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='styles.css', rel='stylesheet')
script(src='jquery.min.js')
script(src='../jquery.qrcode-#{pkg.version}.js')
script(src='../jquery-qrcode-#{pkg.version}.js')
script(src='scripts.js')
body

Loading…
Cancel
Save