Skip to content

Commit

Permalink
Add buttercms w/ npm auto-update
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
ViolanteCodes and MattIPv4 committed May 29, 2024
1 parent 760fcae commit cc13d53
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/b/buttercms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "ButterCMS",
"description": "ButterCMS JS API Client",
"filename": "butter.js",
"homepage": "https://github.com/buttercms/buttercms-js",
"repository": {
"type": "git",
"url": "git://github.com/buttercms/buttercms-js.git"
},
"keywords": [
"buttercms",
"butter",
"cms",
"api",
"headless cms",
"SDK",
"javascript"
],
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "buttercms",
"fileMap": [
{
"basePath": "lib",
"files": [
"*.js",
"utils/*.js",
"resources/*.js"
]
}
]
},
"authors": [
{
"name": "ButterCMS",
"email": "[email protected]"
}
]
}

0 comments on commit cc13d53

Please sign in to comment.