aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 435b2fef..ef9320d5 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,14 @@
1{ 1{
2 "name": "@refinery/worktree", 2 "name": "@refinery/root",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "private": true, 4 "private": true,
5 "workspaces": [ 5 "workspaces": [
6 "language-web" 6 "language-web"
7 ], 7 ],
8 "devDependencies": {
9 "eslint": "^8.3.0",
10 "typescript": "~4.4.4",
11 "stylelint": "^14.1.0"
12 },
8 "packageManager": "yarn@3.1.0" 13 "packageManager": "yarn@3.1.0"
9} 14}