Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Jan 19, 2019
1 parent 9410609 commit d7fc59e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down

0 comments on commit d7fc59e

Please sign in to comment.