Skip to content

Commit b315c12

Browse files
committed
Attempt to fix files property
1 parent 57445af commit b315c12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"eslint-plugin-import": "^2.23.3",
4444
"@hapi/lab": "^24.2.1",
4545
"npm-check": "^5.9.2",
46-
"pre-commit": "^1.2.2",
4746
"rewire": "^5.0.0",
4847
"sinon": "^11.1.1",
4948
"husky": "^6.0.0"
@@ -75,6 +74,6 @@
7574
},
7675
"version": "1.1.1",
7776
"files": [
78-
"./src/"
77+
"src"
7978
]
8079
}

0 commit comments

Comments
 (0)