Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Dec 7, 2019
1 parent 4c511ef commit 58af9e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "@vanillawc/wc-codemirror",
"authors": [
"Evan Plaice <[email protected]> (http://evanplaice.com/)"
],
"keywords": [
"web-components",
"vanilla",
"editor",
"codemirror"
],
"license": "MIT",
"dependencies": {}
}

0 comments on commit 58af9e2

Please sign in to comment.