parent
761ecaa0c9
commit
ac0af48d8e
@ -1,5 +1,5 @@
|
||||
**/build/**
|
||||
**/coverage/**
|
||||
**/dist/**
|
||||
**/vendor/**
|
||||
**/node_modules/**
|
||||
/build/
|
||||
/coverage/
|
||||
/dist/
|
||||
/vendor/
|
||||
/node_modules/
|
||||
|
@ -1,5 +1,5 @@
|
||||
bower_components
|
||||
build
|
||||
local
|
||||
node_modules
|
||||
npm-debug.log
|
||||
/build/
|
||||
/coverage/
|
||||
/local/
|
||||
/node_modules/
|
||||
/npm-debug.log
|
||||
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "jquery-qrcode",
|
||||
"description": "Generate QR codes dynamically.",
|
||||
"homepage": "https://larsjung.de/jquery-qrcode/",
|
||||
"authors": [
|
||||
"Lars Jung <lrsjng@gmail.com> (https://larsjung.de)"
|
||||
],
|
||||
"main": "dist/jquery.qrcode.js",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lrsjng/jquery-qrcode.git"
|
||||
},
|
||||
"ignore": [
|
||||
"*",
|
||||
"!dist/*",
|
||||
"!*.md"
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue