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:
Saturnino Abril 2019-05-22 16:50:12 +08:00 committed by GitHub
parent ccadc551ce
commit d498f15040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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",