remove Bower support
This commit is contained in:
parent
c31b24787f
commit
2d23da5d78
2 changed files with 0 additions and 29 deletions
28
bower.json
28
bower.json
|
@ -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"
|
||||
]
|
||||
}
|
|
@ -3,7 +3,6 @@
|
|||
[](https://github.com/idleberg/Creative-Commons-Markdown/network)
|
||||
[](https://github.com/idleberg/Creative-Commons-Markdown/releases)
|
||||
[](https://www.npmjs.org/package/cc-md)
|
||||
[]()
|
||||
|
||||
|
||||
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/).
|
||||
|
|
Reference in a new issue