Skip to content

Commit

Permalink
Update package.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattelen committed Mar 15, 2021
1 parent 5ef774c commit a9c8e37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feel free to check out our story of how we upgraded our product to Vue 3 on our
## Install & basic usage

```bash
npm install vue3-multiselect
npm install @suadelabs/vue3-multiselect
```

```vue
Expand All @@ -37,7 +37,7 @@ npm install vue3-multiselect
</template>
<script>
import Multiselect from 'vue3-multiselect'
import Multiselect from '@suadelabs/vue3-multiselect'
export default {
components: { Multiselect },
data () {
Expand All @@ -49,7 +49,7 @@ npm install vue3-multiselect
}
</script>
<style src="vue3-multiselect/dist/vue3-multiselect.min.css"></style>
<style src="vue3-multiselect/dist/vue3-multiselect.css"></style>
```

## Examples
Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "vue3-multiselect",
"version": "1.0.0-beta.3",
"name": "@suadelabs/vue3-multiselect",
"version": "1.0.0-rc.0",
"private": false,
"description": "Multiselect component for Vue 3",
"author": "Damian Dulisz <[email protected]>",
"contributors": [
{
"name": "Matt Elen",
"email": "[email protected]",
"url": "https://suade.org/"
}
],
"author": {
"name": "Matt Elen",
"email": "[email protected]",
"url": "https://suade.org/"
},
"contributors": ["Damian Dulisz <[email protected]>"],
"scripts": {
"lint": "vue-cli-service lint",
"bundle": "vue-cli-service build --target lib ./src/index.js && rm -rf ./dist/demo.html",
Expand Down

0 comments on commit a9c8e37

Please sign in to comment.