Skip to content

Commit a7df6e9

Browse files
badge
1 parent de3a9db commit a7df6e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tiny Browser Framework
22

3+
[![Build Status](https://travis-ci.org/thedumbterminal/TinyBrowserFramework.svg?branch=master)](https://travis-ci.org/thedumbterminal/TinyBrowserFramework)
4+
35
Tiny browser web framework, which communicates to the server via a websocket. All DOM changes are performed using HTML provided by the server.
46

57
Minified size is 2.25 Kb which when transmitted compressed is 858 Bytes!

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "tiny-browser-framework",
3-
"description": "Minimal Client JS Framework ",
3+
"description": "Minimal Client JS Framework",
44
"version": "1.0.0",
55
"homepage": "https://github.com/thedumbterminal/TinyBrowserFramework",
66
"author": {
77
"name": "thedumbterminal",
88
"email": "[email protected]",
99
"url": "http://www.thedumbterminal.co.uk"
1010
},
11+
"main": "src/index.js",
1112
"license": "MIT",
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)