diff --git a/README.md b/README.md index 8aef7d0..2b6ca66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Tiny Browser Framework +[![Build Status](https://travis-ci.org/thedumbterminal/TinyBrowserFramework.svg?branch=master)](https://travis-ci.org/thedumbterminal/TinyBrowserFramework) + Tiny browser web framework, which communicates to the server via a websocket. All DOM changes are performed using HTML provided by the server. Minified size is 2.25 Kb which when transmitted compressed is 858 Bytes! diff --git a/package.json b/package.json index 9d44417..cb96b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-browser-framework", - "description": "Minimal Client JS Framework ", + "description": "Minimal Client JS Framework", "version": "1.0.0", "homepage": "https://github.com/thedumbterminal/TinyBrowserFramework", "author": { @@ -8,6 +8,7 @@ "email": "github@thedumbterminal.co.uk", "url": "http://www.thedumbterminal.co.uk" }, + "main": "src/index.js", "license": "MIT", "repository": { "type": "git",