Skip to content

Commit bfda7c4

Browse files
committed
publish 2.2.0
1 parent 4edc83d commit bfda7c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
.DS_Store
77
.idea/
88
.vscode/
9+
.history

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinkoff/utils",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"author": "Tinkoff team",
55
"scripts": {
66
"release": "node ./releaseUtils/index.js",
@@ -41,7 +41,7 @@
4141
"esdoc-standard-plugin": "^1.0.0",
4242
"execa": "^0.10.0",
4343
"fs-extra": "^6.0.1",
44-
"gh-pages": "^1.2.0",
44+
"gh-pages": "^3.2.0",
4545
"inquirer": "^5.2.0",
4646
"jest": "^24.9.0",
4747
"jsdom": "^15.1.1",

releaseUtils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const updateVersionInPkg = version => {
3434
};
3535
const copyRelationalFiles = (pathRootDir, buildPath) =>
3636
Promise.all(
37-
['package.json', '.npmignore', 'README.MD', 'LICENSE', 'CHANGELOG.md'].map(fileName =>
37+
['package.json', '.npmignore', 'README.md', 'LICENSE', 'CHANGELOG.md'].map(fileName =>
3838
fsExtra.copy(
3939
path.join(pathRootDir, fileName),
4040
path.join(buildPath, fileName)

0 commit comments

Comments
 (0)