Skip to content

Commit 10f472b

Browse files
PistacchioneLeartS
authored andcommitted
Fix files attribute in package.json, bump version to 3.0.1
* fix files attribute * bump version to 3.0.1
1 parent fe9f3f6 commit 10f472b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monk-log",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": false,
55
"engines": {
66
"node": ">=8.3.0"
@@ -11,7 +11,7 @@
1111
"test": "mocha --colors"
1212
},
1313
"files": [
14-
"./lib"
14+
"lib/"
1515
],
1616
"keywords": [
1717
"monk",

0 commit comments

Comments
 (0)