@veridid/workflow-parser 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,11 +26,11 @@ npm publish
26
26
  ## Installation
27
27
 
28
28
  ```sh
29
- npm install @@nas-veridid/workflow-parser
29
+ npm install @veridid/workflow-parser
30
30
  ```
31
31
 
32
32
  or
33
33
 
34
34
  ```sh
35
- yarn add @@nas-veridid/workflow-parser
35
+ yarn add @veridid/workflow-parser
36
36
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veridid/workflow-parser",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Workflow Parser is a TypeScript Node.js module for parsing and managing workflow definitions in a PostgreSQL database.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "parser",
19
19
  "action-menu"
20
20
  ],
21
- "author": "Nas Til",
21
+ "author": "Nas Til - VeriDID",
22
22
  "license": "Apache-2.0",
23
23
  "bugs": {
24
24
  "url": "https://github.com/VeriDID/workflow-parser/issues"