muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
c954ffb48cbca37b55e0d720d505d5ff9437fa6a
parent
70f863db187fbe0072835e5af7d2ebbc1d6b2d87
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-02-20 00:02
bump version to 0.1.5

Diffstat

M CHANGES.md 11 +++++++++++
M bower.json 2 +-
M package.json 2 +-

3 files changed, 13 insertions, 2 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,14 @@
   -1     1 0.1.5 (2016-02-20)
   -1     2 ==================
   -1     3 
   -1     4 Enhancements
   -1     5 ------------
   -1     6 
   -1     7 -   Add support for browserify and similar tools:
   -1     8     -   Add support for CommonJS systems in UMD output.
   -1     9     -   Add a basic ``package.json`` for npm.
   -1    10 
   -1    11 
    1    12 0.1.4 (2016-01-24)
    2    13 ==================
    3    14 

diff --git a/bower.json b/bower.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "muu",
    3    -1   "version": "0.1.4",
   -1     3   "version": "0.1.5",
    4     4   "authors": [
    5     5     "Tobias Bengfort <tobias.bengfort@posteo.de>"
    6     6   ],

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "muu",
    3    -1   "version": "0.1.4",
   -1     3   "version": "0.1.5",
    4     4   "description": "lightweight JS framework",
    5     5   "main": "dist/muu.js",
    6     6   "directories": {},