Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 23, 2024
1 parent 004330a commit 395c0b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
"require": "./lib/encoding.cjs"
},
"types": "lib/encoding.d.ts",
"version": "0.1.3",
"version": "0.1.4",
"description": "Running Twelf as a webassembly binary in a web page",
"homepage": "https://jcreedcmu.github.io/twelf-wasm/",
"bugs": {
"url": "https://github.com/jcreedcmu/twelf-wasm/issues"
},
"repository": "git://github.com/jcreedcmu/twelf-wasm.git",
"engines" : {
"node" : ">=18.0.0"
"engines": {
"node": ">=18.0.0"
},
"keywords": ["twelf", "logic programming", "wasm"],
"keywords": [
"twelf",
"logic programming",
"wasm"
],
"author": "jcreed",
"license": "CC-BY-4.0",
"scripts": {
Expand All @@ -33,8 +37,7 @@
"@types/codemirror": "^5.60.15",
"codemirror": "^6.0.1"
},
"dependencies": {
},
"dependencies": {},
"files": [
"package.json",
"README.md",
Expand Down

0 comments on commit 395c0b6

Please sign in to comment.