Skip to content

Commit 69a848e

Browse files
committed
commit
1 parent bc3493e commit 69a848e

File tree

10 files changed

+70175
-159
lines changed

10 files changed

+70175
-159
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[![NPM](https://nodei.co/npm/timeengine.png?downloads=true)](https://nodei.co/npm/timeengine/)
2121

22-
TimeEngine is a tiny, simple yet versatile JavaScript library of event system. Built for Declarative and Functional Reactive Programming.
22+
##### TimeEngine is a tiny, simple yet versatile library that provides first class reactive components with smart dependency resolving capability in JavaScript. Built for a new programming paradigm: Dependency driven Functional Reactive Programming (DFRP).
2323

2424
See the Documentation of the project:
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeengine",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "TimeEngine is a tiny, simple yet versatile JavaScript library of event system. Built for Declarative and Functional Reactive Programming.",
55
"main": "timeengine.js",
66
"scripts": {

0 commit comments

Comments
 (0)