Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 7, 2017
1 parent 529cd7c commit 039aebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Download single file for browser.
CDN (Replace `/0.1.1/` to latest version)

```html
<script src="//cdn.rawgit.com/asika32764/ivia/0.1.1/dist/ivia.min.js"></script>
<script src="//cdn.rawgit.com/asika32764/ivia/0.1.6/dist/ivia.min.js"></script>
```

If you are using ES6 syntax to import module, you must inject jQuery or Zepto first.

```js
import jQuery from 'jquery';
import Ivia from 'jquery.ivia';
import Ivia from 'ivia.js';

Ivia.$ = jQuery;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ivia.js",
"name": "ivia",
"description": "A reactive MVVM framework for jQuery with Vue-like interface.",
"version": "0.1.6",
"main": "dist/ivia.common.js",
Expand Down

0 comments on commit 039aebf

Please sign in to comment.