Skip to content

Commit cff1298

Browse files
committed
chore: ignore version update file and always format
1 parent cce002e commit cff1298

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
dist
33
out
44
coverage
5+
.version-update

.husky/pre-commit

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/bin/bash
22

3-
flag_file_path='.version-update'
4-
5-
if [ -f $flag_file_path ]; then
6-
npm run format > /dev/null
7-
fi
3+
npm run format > /dev/null
84

95
exit 0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Replace Maps iframes with OSM",
44
"author": "nobkd",
55
"license": "Unlicense",
6-
"version": "1.1.4",
6+
"version": "1.1.5",
77
"type": "module",
88
"homepage": "https://github.com/nobkd/replace-maps#readme",
99
"bugs": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Replace Maps iframes with OSM",
33
"manifest_version": 2,
44
"name": "Replace Maps",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48.png",

0 commit comments

Comments
 (0)