Skip to content

Commit 1e9279f

Browse files
committed
chore(version): '2.5.1' -> '2.5.2' (fix npm ignore pattern)
1 parent a0775cd commit 1e9279f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node_modules/
22
package-lock.json
3-
src/
3+
src/**/*
44
.github/
55
coverage/
66
test/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-utils-ts",
3-
"version": "2.5.1",
3+
"version": "2.5.3",
44
"description": "Provide some useful functions for strings",
55
"main": "./lib",
66
"scripts": {

0 commit comments

Comments
 (0)