-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from hifocus/npm-integration-attempt
Npm Integration
- Loading branch information
Showing
3 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
node_modules | ||
.git | ||
package* | ||
.vercel | ||
public |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
11b38d5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: