Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
piotrtomiak committed Oct 1, 2019
1 parent 3c5d52d commit 0346d05
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ of a web components library. It also provides extensions for a framework specifi
# Distribution

Library providers are welcome to include detailed web-types JSONs and link them through `web-types`
property in `package.json`. Currently following libraries are providing or working on providing this feature:
property in `package.json`. E.g.:
```
{
...
"web-types": "./web-types.json"
...
}
```
Currently following libraries are providing or working on providing this feature:
* Vue.js
* vuetify (https://github.com/vuetifyjs/vuetify/pull/7906)
* quasar (https://github.com/quasarframework/quasar/pull/4749)
Expand Down

0 comments on commit 0346d05

Please sign in to comment.