Skip to content

Commit

Permalink
Add yaml w/ npm auto-update (#1934)
Browse files Browse the repository at this point in the history
* Add yaml w/ npm auto-update

* fix: correct entry filename
  • Loading branch information
FeignClaims authored Jan 1, 2025
1 parent ccbccf3 commit 783b3e8
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 @@
{
"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": "index.min.js",
"autoupdate": {
"source": "npm",
"target": "yaml",
"fileMap": [
{
"basePath": "browser/dist",
"files": ["**/*.js"]
}
]
},
"authors": [
{
"name": "Eemeli Aro"
}
]
}

0 comments on commit 783b3e8

Please sign in to comment.