Skip to content

Commit

Permalink
use correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdump committed Oct 6, 2023
1 parent 08523f9 commit 95ec319
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "@pflow-dev/metamodel",
"version": "0.3.1",
"version": "0.3.2",
"main": "/index.js",
"types": "/index.d.ts",
"description": "create workflows and petriNets with a DSL",
"files": [
"src",
"src/index.ts",
"src/model.ts",
"src/snapshot.ts",
"src/stream.ts",
"index.ts",
"model.ts",
"snapshot.ts",
"stream.ts",
"model.js.map",
"model.js",
"model.d.ts",
Expand Down

0 comments on commit 95ec319

Please sign in to comment.