Skip to content

Commit

Permalink
chore: remove clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jan 27, 2021
1 parent cf577eb commit f9e69a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Scripts/update-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const path = require("path");
const fs = require("fs");
const assert = require("assert");
const { execSync } = require("child_process");
const plist = require("plist");

const shortVersion = process.env.VERSION;
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"lint-staged": {
"*.swift": [
"swiftformat --swiftversion 4",
"git add"
"swiftformat --swiftversion 4"
]
},
"license": "Apache-2.0",
Expand Down

0 comments on commit f9e69a7

Please sign in to comment.