fix omi-mobx import
This commit is contained in:
parent
848332f046
commit
68f4f26186
|
@ -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) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "omi-mobx",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Omi Mobx Adapter.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue