From 2d23da5d787ddef1e5dab949293a62508c83f42c Mon Sep 17 00:00:00 2001 From: idleberg Date: Sat, 18 Jul 2020 00:58:56 +0200 Subject: [PATCH] remove Bower support --- bower.json | 28 ---------------------------- readme.markdown | 1 - 2 files changed, 29 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 852ed1a..0000000 --- a/bower.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "cc-md", - "version": "0.2.3", - "description": "Markdown-formatted Creative Commons licenses", - "authors": [ - "idleberg" - ], - "license": "Unlicense", - "keywords": [ - "markdown", - "creative", - "commons", - "licenses", - "cc" - ], - "homepage": "https://github.com/idleberg/Creative-Commons-Markdown", - "ignore": [ - "**/.*", - ".npmignore", - "bower.json", - "bower_components", - "node_modules", - "package.json", - "test", - "tests", - "yarn.lock" - ] -} diff --git a/readme.markdown b/readme.markdown index 995f690..f2d0e79 100644 --- a/readme.markdown +++ b/readme.markdown @@ -3,7 +3,6 @@ [![GitHub](https://img.shields.io/github/forks/idleberg/Creative-Commons-Markdown.svg?style=flat-square)](https://github.com/idleberg/Creative-Commons-Markdown/network) [![GitHub](https://img.shields.io/github/release/idleberg/Creative-Commons-Markdown.svg?style=flat-square)](https://github.com/idleberg/Creative-Commons-Markdown/releases) [![npm](https://img.shields.io/npm/v/cc-md.svg?style=flat-square)](https://www.npmjs.org/package/cc-md) -[![Bower](https://img.shields.io/bower/v/cc-md.svg?style=flat-square)]() On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announced their next generation licenses: [Creative Commons 4.0](https://creativecommons.org/weblog/entry/40768). By default, these are available as [HTML](http://creativecommons.org/licenses/) or [plaintext](http://creativecommons.org/weblog/entry/41127). This project adds [Markdown](http://daringfireball.net/projects/markdown/)-formatted licenses to that list, while aiming for best [compatibility on GitHub](https://github.github.com/gfm/).