Skip to content

Commit 395c0b6

Browse files
committed
0.1.4
1 parent 004330a commit 395c0b6

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@
44
"require": "./lib/encoding.cjs"
55
},
66
"types": "lib/encoding.d.ts",
7-
"version": "0.1.3",
7+
"version": "0.1.4",
88
"description": "Running Twelf as a webassembly binary in a web page",
99
"homepage": "https://jcreedcmu.github.io/twelf-wasm/",
1010
"bugs": {
1111
"url": "https://github.com/jcreedcmu/twelf-wasm/issues"
1212
},
1313
"repository": "git://github.com/jcreedcmu/twelf-wasm.git",
14-
"engines" : {
15-
"node" : ">=18.0.0"
14+
"engines": {
15+
"node": ">=18.0.0"
1616
},
17-
"keywords": ["twelf", "logic programming", "wasm"],
17+
"keywords": [
18+
"twelf",
19+
"logic programming",
20+
"wasm"
21+
],
1822
"author": "jcreed",
1923
"license": "CC-BY-4.0",
2024
"scripts": {
@@ -33,8 +37,7 @@
3337
"@types/codemirror": "^5.60.15",
3438
"codemirror": "^6.0.1"
3539
},
36-
"dependencies": {
37-
},
40+
"dependencies": {},
3841
"files": [
3942
"package.json",
4043
"README.md",

0 commit comments

Comments
 (0)