@neo4j-nvl/layout-workers
Advanced tools
Comparing version 0.3.4 to 0.3.5-6b3df132
{ | ||
"name": "@neo4j-nvl/layout-workers", | ||
"version": "0.3.4", | ||
"version": "0.3.5-6b3df132", | ||
"license": "SEE LICENSE IN 'LICENSE.txt'", | ||
@@ -21,7 +21,7 @@ "description": "Layout workers for the Neo4j Visualization Library", | ||
"scripts": { | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"build": "yarn global:tsc", | ||
"watch": "yarn global:tsc -w", | ||
"prepack": "cp ../../LICENSE.txt ./", | ||
"postpack": "rm LICENSE.txt", | ||
"eslint": "eslint ./src/ --ext .js,.mjs --plugin only-warn" | ||
"eslint": "yarn global:eslint ./src/ --ext .js,.mjs --plugin only-warn" | ||
}, | ||
@@ -42,10 +42,5 @@ "typedoc": { | ||
"devDependencies": { | ||
"@types/node": "^18.11.11", | ||
"eslint": "8.38.0", | ||
"typescript": "^5.4.5" | ||
"@types/node": "^18.11.11" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "*", | ||
"typescript": "*" | ||
} | ||
"stableVersion": "0.3.5" | ||
} |
5
1
52649