Skip to content

Commit 67ea730

Browse files
authored
Merge pull request #33 from benjGam/develop
chore(version): '2.5.1' -> '2.5.2' (fix npm ignore pattern)
2 parents 3749282 + 1e9279f commit 67ea730

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)