Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a978675

Browse files
committedMar 14, 2019
First version
1 parent 4f3190c commit a978675

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
# vue-ploty.js
3-
[![GitHub open issues](https://img.shields.io/github/issues/David/vue-ploty.js.svg?maxAge=2592000)](https://github.com/David/vue-ploty.js/issues)
3+
[![GitHub open issues](https://img.shields.io/github/issues/David-Desmaisons/vue-plotly.js.svg?maxAge=2592000)](https://github.com/David-Desmaisons/vue-plotly.js/vue-ploty.js/issues)
44
[![Npm version](https://img.shields.io/npm/v/vue-ploty.js.svg?maxAge=2592000)](https://www.npmjs.com/package/vue-ploty.js)
5-
[![MIT License](https://img.shields.io/github/license/David/vue-ploty.js.svg)](https://github.com/David/vue-ploty.js/blob/master/LICENSE)
5+
[![MIT License](https://img.shields.io/github/license/David-Desmaisons/vue-plotly.js.svg)](https://github.com/David-Desmaisons/vue-plotly.js/blob/master/LICENSE)
66

77
## Usage
88
```HTML
9-
<Ploty :text="hello"></Ploty>
9+
<Ploty></Ploty>
1010
```
1111
```javascript
1212
import { Ploty } from 'vue-ploty.js'

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vue-cli-service build --name vue-ploty.js --entry ./src/index.js --target lib",
88
"lint": "vue-cli-service lint",
99
"doc:build": "npx vuedoc.md --section API --output ./README.md ./src/components/Ploty.vue",
10-
"prepublishOnly": "npm run lint && npm run build && npm run doc:build",
10+
"prepublishOnly": "npm run lint && npm run build",
1111
"test:unit": "vue-cli-service test:unit --coverage"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.