Skip to content

Commit

Permalink
Change date-fns to autoupdate from npm instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Jul 5, 2024
1 parent 3b586a5 commit f2d042b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/d/date-fns.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,23 @@
"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 f2d042b

Please sign in to comment.