Skip to content

Commit

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

* Fix scittle.js path.
  • Loading branch information
chr15m committed Aug 11, 2024
1 parent 3759baf commit dce53a4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/s/scittle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "scittle",
"filename": "scittle.js",
"description": "The Small Clojure Interpreter (SCI) exposed for usage in script tags",
"keywords": [
"clojure",
"clojurescript",
"interpreter",
"sci",
"scripting"
],
"repository": {
"type": "git",
"url": "https://github.com/babashka/scittle"
},
"license": "EPL-1.0",
"homepage": "https://babashka.org/scittle/",
"autoupdate": {
"source": "npm",
"target": "scittle",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
]
}
]
}
}

0 comments on commit dce53a4

Please sign in to comment.