Skip to content

Commit fa0dbeb

Browse files
committed
Fix package description
1 parent ceac45c commit fa0dbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codewars/codemirror-lambda-calculus",
33
"version": "0.1.0",
44
"type": "module",
5-
"description": "CodeMirror mode for Lambda Calculus",
5+
"description": "Lambda Calculus mode for CodeMirror",
66
"main": "lambdacalc.js",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)