From 039aebf735f672e4bba26decb5be8c93bacc66fa Mon Sep 17 00:00:00 2001 From: Simon Asika Date: Sun, 7 May 2017 17:01:21 +0800 Subject: [PATCH] Rename --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d92c14..b2d2ebb 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ Download single file for browser. CDN (Replace `/0.1.1/` to latest version) ```html - + ``` 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; diff --git a/package.json b/package.json index 9ee4588..25a5f20 100644 --- a/package.json +++ b/package.json @@ -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",