fix omi-mobx import

This commit is contained in:
dntzhang 2018-10-21 17:05:59 +08:00
parent 848332f046
commit 68f4f26186
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { observable, autorun } from "mobx"
import { options } from "../../src/omi"
import { options } from "omi"
options.afterInstall = function (ele) {
if (ele.constructor.observe) {

View File

@ -1,6 +1,6 @@
{
"name": "omi-mobx",
"version": "0.2.0",
"version": "0.2.1",
"description": "Omi Mobx Adapter.",
"main": "index.js",
"scripts": {

View File

@ -107,7 +107,7 @@
"uglify-js": "^2.7.5",
"webpack": "^4.3.0",
"mobx": "^4.5.1",
"omi-mobx": "^0.2.0"
"omi-mobx": "^0.2.1"
},
"greenkeeper": {
"ignore": [