Skip to content

Commit 718adff

Browse files
committed
0;.1.6 으로 버전업
1 parent 30b4256 commit 718adff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trackpurchase",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"main": "src/index.ts",
55
"license": "MIT",
66
"repository": {
@@ -20,7 +20,7 @@
2020
],
2121
"jest": {
2222
"preset": "jest-puppeteer",
23-
"coveragePathIgnorePatterns": ["elementParser.ts"]
23+
"coveragePathIgnorePatterns": ["dist/", "elementParser.ts"]
2424
},
2525
"scripts": {
2626
"test": "jest .",

0 commit comments

Comments
 (0)