Skip to content

Commit 4369a3b

Browse files
committed
Tiny corrections
1 parent fd27d68 commit 4369a3b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Topcoder React Utils Changelog
22

3-
### v0.4.1
3+
### v0.4.2
44
Adds `topcoder-lib-setup` script, which should help to update our ReactJS
55
libraries in the host packages. Not mentioned in the docs as it still pending
66
to be tested in prod.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"bin": {
3-
"adopt-dev-deps": "./bin/adopt-dev-deps"
3+
"adopt-dev-deps": "./bin/adopt-dev-deps",
4+
"topcoder-lib-setup": "./bin/topcoder-lib-setup"
45
},
56
"bugs": {
67
"url": "https://github.com/topcoder-platform/topcoder-react-utils/issues"
@@ -14,7 +15,7 @@
1415
"express": "^4.16.3",
1516
"helmet": "^3.12.1",
1617
"lodash": "^4.17.10",
17-
"moment": "^2.22.1",
18+
"moment": "^2.22.2",
1819
"morgan": "^1.9.0",
1920
"node-forge": "^0.7.5",
2021
"prop-types": "^15.6.1",
@@ -117,5 +118,5 @@
117118
"prepublishOnly": "npm run build",
118119
"test": "npm run lint && npm run jest"
119120
},
120-
"version": "0.4.1"
121+
"version": "0.4.2"
121122
}

0 commit comments

Comments
 (0)