@shirayner/ace 0.1.8-SNAPSHOT.3 → 0.1.8-SNAPSHOT.4
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.
package/package.json
CHANGED
package/src/core/installer.js
CHANGED
|
@@ -280,7 +280,7 @@ export class Installer {
|
|
|
280
280
|
|
|
281
281
|
// 3. Register in known_marketplaces.json
|
|
282
282
|
const marketplaceEntry = {
|
|
283
|
-
source: { source: '
|
|
283
|
+
source: { source: 'directory', path: MARKETPLACE_DIR },
|
|
284
284
|
installLocation: MARKETPLACE_DIR,
|
|
285
285
|
lastUpdated: new Date().toISOString(),
|
|
286
286
|
};
|