Skip to content

Commit

Permalink
Fix incorrect main reference in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmartens committed Sep 3, 2018
1 parent 9ca2b2b commit 7bf07e2
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,6 +1,6 @@
{
"name": "xstate-plantuml",
"version": "0.4.1",
"version": "0.4.2",
"description": "Visualize a xstate or react-automata statechart as a plantuml state diagram",
"keywords": [
"xstate",
Expand All @@ -9,7 +9,7 @@
"statecharts",
"visualization"
],
"main": "src/index.js",
"main": "src/core.js",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bf07e2

Please sign in to comment.