Skip to content

Commit

Permalink
Add swup w/ npm auto-update (cdnjs#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Jun 12, 2020
1 parent 0e23508 commit 2700218
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/s/swup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "swup",
"description": "Complete, flexible, extensible and easy to use page transition library for your web.",
"keywords": [
"css",
"animation",
"page",
"transition"
],
"author": {
"name": "Georgy Marchuk"
},
"license": "MIT",
"homepage": "https://github.com/gmrchk/swup#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gmrchk/swup.git"
},
"autoupdate": {
"source": "npm",
"target": "swup",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
]
}
]
},
"filename": "swup.min.js"
}

0 comments on commit 2700218

Please sign in to comment.