Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Aug 6, 2021
1 parent 85df79a commit ca24116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ yarn add vue-telescope-expo

```js
import VueTelescopeExpo from 'vue-telescope-expo'
import 'vue-telescope-expo/dist/vue-telescope-expo.css'

Vue.component(VueTelescopeExpo.name, VueTelescopeExpo)
export default {
components: { VueTelescopeExpo },
}
```

```html
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-telescope-expo",
"main": "./dist/vue-telescope-expo.common.js",
"description": "Fully customizable expo component for Vue.js that fetches data from VueTelescope",
"version": "0.0.0",
"version": "1.0.0",
"private": false,
"scripts": {
"build": "vue-cli-service build --target lib --name telescopeexpo --filename vue-telescope-expo src/main.js",
Expand All @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/oruga-ui/vue-telescope-expo.git"
"url": "https://github.com/oruga-ui/vue-telescope-expo.git"
},
"author": "Andrea Stagi <stagi.andrea@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit ca24116

Please sign in to comment.