Skip to content

Commit

Permalink
Merge pull request #20 from hifocus/npm-integration-attempt
Browse files Browse the repository at this point in the history
Npm Integration
  • Loading branch information
hifocus authored Oct 1, 2020
2 parents c8c7118 + 72612b9 commit 11b38d5
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
.git
package*
.vercel
public
90 changes: 90 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "qr-merger",
"version": "0.2.6",
"description": "📲 Merge Your Qrcodes Together. Even Quicker.",
"main": "merger.html",
"scripts": {
"move": "rm -rf public && mkdir public && cp merger.html public/index.html && cp -r assets public/assets",
"minify": "html-minifier --input-dir ./public --output-dir ./public --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --file-ext html --minify-css true --minify-js true",
"build": "npm run-script move && npm run-script minify"
},
"repository": {
"type": "git",
"url": "git://https://github.com/hifocus/merger.git"
},
"keywords": [
"qr",
"code",
"qrcode",
"merger",
"二维码合并"
],
"author": "hifocus",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hifocus/merger/issues"
},
"homepage": "https://qrcdn.com",
"dependencies": {
"html-minifier": "^4.0.0"
}
}

1 comment on commit 11b38d5

@vercel
Copy link

@vercel vercel bot commented on 11b38d5 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.