Skip to content

Commit

Permalink
Updating README and package.json metadata referencing vue-cli versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GregYankovoy committed Dec 27, 2019
1 parent 8b42083 commit 8b9f2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vue-cli-plugin-bootstrap-vue

Bootstrap-Vue Plugin for [vue-cli@3.0](https://github.com/vuejs/vue-cli)
Bootstrap-Vue Plugin for [vue-cli](https://github.com/vuejs/vue-cli)

## Install

If you haven't yet installed vue-cli 3, first follow the install instructions here: https://github.com/vuejs/vue-cli
If you haven't yet installed vue-cli, first follow the install instructions here: https://github.com/vuejs/vue-cli

Generate a project using vue-cli 3.0
Generate a project using vue-cli
```
vue create my-app
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-cli-plugin-bootstrap-vue",
"version": "0.6.0",
"description": "vue-cli 3 plugin to add Bootstrap-Vue",
"description": "vue-cli plugin to add Bootstrap-Vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -22,8 +22,8 @@
"vue",
"vue-cli",
"vue-cli-3",
"cli",
"3"
"vue-cli-4",
"cli"
],
"author": "Greg Yankovoy (greg.yankovoy@gmail.com)",
"license": "MIT",
Expand Down

0 comments on commit 8b9f2fe

Please sign in to comment.