Skip to content

Commit 8b24f37

Browse files
committed
Documenation included into package
1 parent 080688c commit 8b24f37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ Globular is a feature-based, view-agnostic framework written in ECMAScript 2015
1313
* 0.1.0
1414
1. ability to create Globular apps and extend it by features
1515
1. globular.Api class to provide pluginable API adapter solution for applications
16+
17+
* 0.1.1
18+
1. documentation added

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "globular",
33
"description": "Feature-based Javascript framework",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "peppierre <peppierre@gmail.com>",
66
"license": "MIT",
77
"homepage": "https://github.com/peppierre/globular",
88
"main": "lib/globular.min.js",
99
"files": [
10+
"docs",
1011
"lib",
1112
"example"
1213
],

0 commit comments

Comments
 (0)