Skip to content

Commit

Permalink
Add yaml w/ npm auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Dec 18, 2024
1 parent 72d40ec commit 4b1d831
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/y/yaml.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{

Check failure on line 1 in packages/y/yaml.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

Filename `yaml.min.js` not found in most recent version `2.6.1`.
"name": "yaml",
"description": "YAML parser and stringifier for JavaScript",
"keywords": ["yaml", "yaml-parser", "yaml-editor"],
"license": "ISC",
"homepage": "https://github.com/eemeli/yaml",
"repository": {
"type": "git",
"url": "git://github.com/eemeli/yaml.git"
},
"filename": "yaml.min.js",
"autoupdate": {
"source": "npm",
"target": "yaml",
"fileMap": [
{
"basePath": "browser/dist",
"files": ["**/*.js"]
}
]
},
"authors": [
{
"name": "Eemeli Aro"
}
]
}

0 comments on commit 4b1d831

Please sign in to comment.