Skip to content

Commit

Permalink
⬆️ 1.0.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Aug 10, 2020
1 parent 80abe89 commit 821643d
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.json
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"
Expand All @@ -19,7 +19,7 @@
"blog",
"bloggify"
],
"license": "KINDLY",
"license": "MIT",
"bugs": {
"url": "https://github.com/Share-Term/share-term.me/issues"
},
Expand All @@ -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/"
]
}

0 comments on commit 821643d

Please sign in to comment.