diff --git a/README.md b/README.md
index a2370eef7653f00cabd92b4acb089fe19bf54bc5..b9761e4165a640b700464b774b76ea18f0d58a1a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 [![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./LICENSE)
+[![Build Status](https://travis-ci.org/mol-star/mol-star-proto.svg?branch=master)](https://travis-ci.org/mol-star/mol-star-proto)
+
 # Mol*
 
 The goal of **Mol\*** (*/'mol-star/*) is to provide a technology stack that will serve as basis for the next-generation data delivery and analysis tools for macromolecular structure data. This is a collaboration between PDBe and RCSB PDB teams and the development will be open source and available to anyone who wants to use it for developing visualisation tools for macromolecular structure data available from [PDB](https://www.wwpdb.org/) and other institutions.
@@ -23,8 +25,9 @@ The project also contains performance tests (`perf-tests`), `examples`, and basi
 This project builds on experience from previous solutions:
 - [LiteMol Suite](https://www.litemol.org)
 - [WebChemistry](https://webchem.ncbr.muni.cz)
-- [NGL Viewer](http://nglviewer.org/)
-- [MolQL](https://molql.github.io)
+- [NGL Viewer](http://nglviewer.org)
+- [MMTF](http://mmtf.rcsb.org)
+- [MolQL](http://molql.org)
 - [PDB Component Library](https://www.ebi.ac.uk/pdbe/pdb-component-library/)
 - And many others (list will be continuously expanded).
 
diff --git a/package-lock.json b/package-lock.json
index 2d9548bdff7f5fffa8c02a7f74ba16002110cd19..69cae0f579399c24d8167c5a217ff938962855cc 100644
Binary files a/package-lock.json and b/package-lock.json differ
diff --git a/package.json b/package.json
index 63127a591b675c5cf9fd2375a7bb322bd89f379a..e45c4f85d21c7609993a88c3dd4f5b37c60e29b4 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
     "@types/node-fetch": "^1.6.7",
     "argparse": "^1.0.10",
     "benchmark": "^2.1.4",
-    "jest": "^22.4.0",
+    "jest": "^22.4.2",
     "rollup": "^0.56.2",
     "rollup-plugin-buble": "^0.19.2",
     "rollup-plugin-commonjs": "^8.3.0",
@@ -61,7 +61,7 @@
     "ts-jest": "^22.0.4",
     "tslint": "^5.9.1",
     "typescript": "^2.7.2",
-    "uglify-js": "^3.3.11",
+    "uglify-js": "^3.3.12",
     "util.promisify": "^1.0.0"
   },
   "dependencies": {