Skip to content

Commit

Permalink
Bars v0.3.3
Browse files Browse the repository at this point in the history
  - Seperate runtime.
  - Minified src files.
  - Available as a bower component.
  • Loading branch information
Michaelangelo Jong committed Sep 30, 2016
1 parent 75b8b3a commit ea9a02d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Bars",
"main": "src/bars.min.js",
"version": "0.3.3",
"homepage": "https://github.com/Mike96Angelo/Bars",
"authors": [
"Michaelangelo Jong <[email protected]>"
],
"description": "Bars is a light weight high performance templating system.",
"keywords": [
"bars",
"template",
"templating",
"html"
],
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bars",
"version": "0.3.2",
"version": "0.3.3",
"description": "Client-side html templating system that emits DOM. The templates can be updated with new data without re-writing the DOM.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ea9a02d

Please sign in to comment.