Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 18x w/ npm auto-update #1818

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions packages/1/18x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{

Check warning on line 1 in packages/1/18x.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

filename is missing

Check warning on line 1 in packages/1/18x.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

filename is missing
"name": "18x",
"description": "Util js for build web site",
"repository": {
"type": "git",
"url": "https://atomgit.com/i18n/18x.git"
},
"keywords": [
"lightbox",
"popup",
"dialog",
"misc"
],
"license": "Apache-2.0",
"homepage": "https://atomgit.com/i18n/18x",
"autoupdate": {
"source": "npm",
"target": "18x",
"fileMap": [
{
"basePath": "",
"files": [
"*.woff2",
"*.css",
"*.svg",
"*.js?(.map)"
]
}
]
},
"authors": [
{
"name": "i18n.site",
"email": "[email protected]"
}
],
"optimization": {
"js": false
}
}
Loading