-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80abe89
commit 821643d
Showing
1 changed file
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "share-term-blog", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The share-term.me content.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "bloggify -c config/index.json" | ||
}, | ||
"author": "Ionică Bizău <[email protected]>", | ||
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Share-Term/share-term.me.git" | ||
|
@@ -19,7 +19,7 @@ | |
"blog", | ||
"bloggify" | ||
], | ||
"license": "KINDLY", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Share-Term/share-term.me/issues" | ||
}, | ||
|
@@ -31,5 +31,20 @@ | |
"ex_img": "http://i.imgur.com/5zpClQJ.png", | ||
"title": "Share Term [Blog](http://share-term.me)", | ||
"description": "If you want to contribute to the http://share-term.me website, this is the place where you should do it. Send us pull requests!" | ||
} | ||
}, | ||
"files": [ | ||
"bin/", | ||
"app/", | ||
"lib/", | ||
"dist/", | ||
"src/", | ||
"scripts/", | ||
"resources/", | ||
"menu/", | ||
"cli.js", | ||
"index.js", | ||
"bloggify.js", | ||
"bloggify.json", | ||
"bloggify/" | ||
] | ||
} |