Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Aug 21, 2018
1 parent 23c7a5d commit 7e31fbf
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.2",
"version": "1.1.3",
"types": "src/index.ts",
"main": "dist/src/index.js",
"scripts": {
Expand All @@ -16,8 +16,8 @@
},
"pri": {
"web-entry": [
"./built/src/web-store/index.js",
"./built/src/web-menu/index.js"
"./dist/src/web-store/index.js",
"./dist/src/web-menu/index.js"
],
"type": "plugin"
},
Expand Down

0 comments on commit 7e31fbf

Please sign in to comment.