Update mmjstool commit with fix on newline to end of file (#2814)
* update mmjstool commit with fix on newline to end of file * explicitly add commit to package.json
This commit is contained in:
parent
ccadc551ce
commit
d498f15040
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -13725,8 +13725,8 @@
|
|||
}
|
||||
},
|
||||
"mmjstool": {
|
||||
"version": "github:mattermost/mattermost-utilities#a87adfc21fba93e93265cfe12e11714b39fd3ea3",
|
||||
"from": "github:mattermost/mattermost-utilities",
|
||||
"version": "github:mattermost/mattermost-utilities#b55348242168df75da500fd813d4105c44eaea08",
|
||||
"from": "github:mattermost/mattermost-utilities#b55348242168df75da500fd813d4105c44eaea08",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"estree-walk": "2.2.0",
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
"jest-enzyme": "7.0.2",
|
||||
"jsdom-global": "3.0.2",
|
||||
"metro-react-native-babel-preset": "0.54.0",
|
||||
"mmjstool": "github:mattermost/mattermost-utilities",
|
||||
"mmjstool": "github:mattermost/mattermost-utilities#b55348242168df75da500fd813d4105c44eaea08",
|
||||
"nyc": "14.1.1",
|
||||
"react-dom": "16.8.6",
|
||||
"react-test-renderer": "16.8.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue