Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Jun 18, 2024
1 parent d34cb07 commit e79237d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
8 changes: 1 addition & 7 deletions src/project.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import path from 'path';
import { configGet } from './config.js';
import { dirCreate, dirRead, fileAdd, fileDate, fileJsonCreate, fileReadJson, fileOpen } from './file.js';
import {
pathGetDirectory,
pathGetExt,
pathGetFilename,
pathGetWithoutExt,
safeSlug,
} from './utils.js';
import { pathGetDirectory, pathGetExt, pathGetFilename, pathGetWithoutExt, safeSlug } from './utils.js';
import { pluginInstall, pluginUninstall } from './plugin.js';
import { PluginVersionLocal, PluginValidationOptions } from './types/plugin.js';
import { ProjectType, ProjectTypes, ProjectVersion, ProjectVersionLocal } from './types/project.js';
Expand Down
6 changes: 2 additions & 4 deletions test/projects/Banwer Project/Banwer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"homepage": "https://studiorack.github.io/studiorack-site/",
"name": "Banwer",
"description": "Created using StudioRack",
"tags": [
"Ableton"
],
"tags": ["Ableton"],
"version": "1.0.0",
"license": "cc0-1.0",
"date": "2024-05-20T03:45:58.903Z",
Expand Down Expand Up @@ -34,4 +32,4 @@
"plugins": {},
"path": "test/projects/Banwer Project",
"status": "installed"
}
}
6 changes: 2 additions & 4 deletions test/projects/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"homepage": "https://studiorack.github.io/studiorack-site/",
"name": "StudioRack Project",
"description": "Created using StudioRack",
"tags": [
"StudioRack"
],
"tags": ["StudioRack"],
"version": "1.0.0",
"license": "cc0-1.0",
"date": "2024-06-17T04:44:04.036Z",
Expand All @@ -31,4 +29,4 @@
"plugins": {},
"path": "songs/april/example",
"status": "installed"
}
}

0 comments on commit e79237d

Please sign in to comment.