Skip to content

Commit

Permalink
restore test script / bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aatauil committed Mar 5, 2023
1 parent adea100 commit 8b16210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "codemirror-lang-sparql",
"version": "0.1.1",
"version": "0.2.0",
"description": "Sparql language support for CodeMirror",
"scripts": {
"build": "lezer-generator src/syntax.grammar -o src/parser && rollup -c",
"build-debug": "lezer-generator src/syntax.grammar --names -o src/parser && rollup -c",
"test": "mocha test/test-*.js"
"test": "mocha test/test.js"
},
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8b16210

Please sign in to comment.