Skip to content

Commit 2dfa2d9

Browse files
committed
v0.0.3
1 parent f44bb2c commit 2dfa2d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pokemon-game",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Pokemon game — Get 'em all",
55
"main": "bin/pokemon",
66
"repository": "https://github.com/bukinoshita/pokemon-game.git",
@@ -51,7 +51,9 @@
5151
},
5252
"engines": ">=7.6.0",
5353
"xo": {
54-
"extends": ["prettier"],
54+
"extends": [
55+
"prettier"
56+
],
5557
"rules": {
5658
"no-await-in-loop": 0
5759
}

0 commit comments

Comments
 (0)