Skip to content

Commit

Permalink
fix: main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Astray-git committed Jul 23, 2018
1 parent 00ec8b1 commit ab2769c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vue-highlight-words",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vue component to highlight words within a larger body of text",
"sideEffects": [
"*.css",
"src/App.vue"
],
"main": "dist/vue-hightlight-words.common.js",
"main": "dist/vue-highlight-words.common.js",
"files": [
"dist"
],
Expand Down

0 comments on commit ab2769c

Please sign in to comment.