From d7fc59ebf643c2ad0c6d39377da96ddb6e6575d3 Mon Sep 17 00:00:00 2001 From: ascoders <576625322@qq.com> Date: Sun, 20 Jan 2019 00:09:42 +0800 Subject: [PATCH] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa55589..7a30dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pri-plugin-dob", - "version": "1.1.5", + "version": "1.1.6", "types": "src/index.tsx", "main": "dist/index.js", "scripts": { @@ -20,8 +20,8 @@ }, "pri": { "web-entry": [ - "./dist/src/web-store/index.js", - "./dist/src/web-menu/index.js" + "./dist/web-store/index.js", + "./dist/web-menu/index.js" ], "type": "plugin" },