diff --git a/README.md b/README.md index dd7595d..e4daff6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![downloads](https://badgen.net/npm/dt/@vanillawc/wc-codemirror)](https://www.npmjs.com/package/@vanillawc/wc-codemirror) [![Known Vulnerabilities](https://snyk.io/test/npm/@vanillawc/wc-codemirror/badge.svg)](https://snyk.io/test/npm/@vanillawc/wc-codemirror) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vanillawc/wc-codemirror/master/LICENSE) +[![Published on WebComponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@vanillawc/wc-codemirror) [![Actions Status](https://github.com/vanillawc/wc-codemirror/workflows/Release/badge.svg)](https://github.com/vanillawc/wc-codemirror/actions) A Vanilla Web Component to embed a CodeMirror editor into a web page diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e9f5cec --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "@vanillawc/wc-codemirror", + "authors": [ + "Evan Plaice (http://evanplaice.com/)" + ], + "keywords": [ + "web-components", + "vanilla", + "editor", + "codemirror" + ], + "license": "MIT", + "dependencies": {} +}