Skip to content

Commit 87e0273

Browse files
committed
BUMP version
1 parent 95e1d0b commit 87e0273

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cheesecuts",
33
"productName": "Cheesecuts",
44
"description": "Keyboard Shortcuts CheatSheet",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"main": "src/background/main.js",
77
"author": "David Recuenco",
88
"license": "MIT",
@@ -53,7 +53,8 @@
5353
},
5454
"electronmon": {
5555
"patterns": [
56-
"!src/foreground/**/*"
56+
"!src/foreground/**/*",
57+
"!examples/**/*"
5758
]
5859
}
5960
}

0 commit comments

Comments
 (0)