Skip to content

Commit

Permalink
renamed to milojs
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 4, 2015
1 parent 00b3857 commit d881643
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milo",
"version": "0.2.3",
"name": "milojs",
"version": "0.2.4",
"homepage": "https://github.com/milojs/milo",
"authors": [
"MOL Technical <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lib/milo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _.extend(milo, {
Component: require('./components/c_class'),
Command: require('./command'),
registry: require('./registry'),
milo_version: '0.2.3',
milo_version: '0.2.4',
createComponentClass: require('./util/create_component_class'),
destroy: destroy
});
Expand Down
4 changes: 2 additions & 2 deletions milo.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mol-milo",
"version": "0.2.3",
"name": "milojs",
"version": "0.2.4",
"description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.",
"keywords": [
"framework",
Expand Down

0 comments on commit d881643

Please sign in to comment.