Skip to content

Commit

Permalink
Update date-fns w/ npm auto-update (#1843)
Browse files Browse the repository at this point in the history
* Change date-fns to autoupdate from npm instead of git

* Removed ignoreVersions

* Update date-fns.json

---------

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
JSkimming and MattIPv4 authored Jul 17, 2024
1 parent 5268683 commit 5eaf4fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/d/date-fns.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-fns",
"filename": "date_fns.min.js",
"filename": "cdn.min.js",
"description": "Modern JavaScript date utility library",
"license": "MIT",
"keywords": [
Expand All @@ -13,20 +13,20 @@
"url": "https://github.com/date-fns/date-fns.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/date-fns/date-fns.git",
"source": "npm",
"target": "date-fns",
"fileMap": [
{
"basePath": "dist",
"basePath": "",
"files": [
"**/!(*.json)"
"**/cdn.*"
]
}
],
"ignoreVersions": [
"v.*"
]
},
"optimization": {
"js": false
},
"authors": [
{
"name": "Sasha Koss",
Expand Down

0 comments on commit 5eaf4fb

Please sign in to comment.