diff options
| author | 8cy <[email protected]> | 2020-06-22 17:22:30 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-22 17:22:30 -0700 |
| commit | 02c1568c654f8aaef98464de9006c00aa30e980b (patch) | |
| tree | 22d6e1c1ccb30aa54fba223fdeea7ba1737e4078 /package.json | |
| parent | Merge pull request #1 from 8cy/test (diff) | |
| download | monkey-type-desktop-02c1568c654f8aaef98464de9006c00aa30e980b.tar.xz monkey-type-desktop-02c1568c654f8aaef98464de9006c00aa30e980b.zip | |
fix formatting from linter
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index a0eec34..9836ff1 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,6 @@ "author": "Sin", "scripts": { "postinstall": "electron-builder install-app-deps", - "lint": "xo", - "test": "npm run lint", "start": "electron .", "pack": "electron-builder --dir", "dist": "electron-builder --macos --linux --windows", |