Skip to content

Commit 94b3747

Browse files
committed
fix(covector): move fs up in the packages tree
1 parent b259baa commit 94b3747

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.changes/config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@
121121
"manager": "javascript"
122122
},
123123

124+
"fs": {
125+
"path": "./plugins/fs",
126+
"manager": "rust"
127+
},
128+
"fs-js": {
129+
"path": "./plugins/fs",
130+
"manager": "javascript"
131+
},
132+
124133
"dialog": {
125134
"path": "./plugins/dialog",
126135
"manager": "rust",
@@ -131,15 +140,6 @@
131140
"manager": "javascript"
132141
},
133142

134-
"fs": {
135-
"path": "./plugins/fs",
136-
"manager": "rust"
137-
},
138-
"fs-js": {
139-
"path": "./plugins/fs",
140-
"manager": "javascript"
141-
},
142-
143143
"global-shortcut": {
144144
"path": "./plugins/global-shortcut",
145145
"manager": "rust"

0 commit comments

Comments
 (0)