Skip to content

Commit

Permalink
Fixed import path
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennemarais committed Jan 5, 2018
1 parent d73233f commit 15e2fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import plugin from './dist/vue-monogram';
import plugin from './dist/vue-monograms';
export default plugin
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-monograms",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vue Component to generate a monogram svg shape with letters in that resembles your first/last name",
"keywords": [
"vue",
Expand Down

0 comments on commit 15e2fe0

Please sign in to comment.