Skip to content

Commit

Permalink
release: v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
b committed Jun 3, 2020
1 parent 0234d7b commit 0f01bdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slim",
"version": "0.7.0",
"version": "0.8.0",
"author": "brucou",
"description": "Compile a Kingly state machine drawn in the yed professional graph editor down to JavaScript",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Tests
cd tests;
mocha end-to-end.specs.js 2> logError.txt > log.txt

# Generating parser
nearleyc yedEdgeLabelGrammar.ne -o yedEdgeLabelGrammar.js

0 comments on commit 0f01bdb

Please sign in to comment.