Skip to content

Commit

Permalink
Add kontra w/ npm auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanophile authored Feb 10, 2024
1 parent 0e6a54b commit e73dab0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/k/kontra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{

Check failure on line 1 in packages/k/kontra.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

Filename `echarts.min.js` not found in most recent version `9.0.0`.
"name": "kontra",
"description": "Kontra HTML5 game development library",
"filename": "echarts.min.js",
"keywords": [
"HTML5",
"JavaScript",
"game",
"library",
"js13k"
],
"autoupdate": {
"source": "npm",
"target": "kontra",
"fileMap": [
{
"basePath": "",
"files": [
"kontra.d.ts",
"kontra.js",
"kontra.min.js",
"kontra.min.mjs",
"kontra.mjs"
]
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/straker/kontra.git"
},
"homepage": "https://github.com/straker/kontra",
"license": "MIT",
"authors": [
{
"name": "Steven Lambert"
}
],
"optimization": {
"js": false
}
}

0 comments on commit e73dab0

Please sign in to comment.