Remove package.json files for internal modules (revisit this if we ever plan to publish them)
This commit is contained in:
parent
964eed08ea
commit
4315fb8dd3
6 changed files with 3 additions and 93 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"name": "markout",
|
||||
"version": "0.1.0",
|
||||
"description": "Transforms simplified Markdown to HTML",
|
||||
"main": "./lib/markout",
|
||||
"scripts": {
|
||||
"test": "echo \"error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Jeff Parsons <Jeff@pcjs.org>",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "GPLv3",
|
||||
"url": "http://www.gnu.org/licenses/gpl.html"
|
||||
}
|
||||
],
|
||||
"bin": {
|
||||
"example": "./bin/markout"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue