diff --git a/package.json b/package.json index 82f856c..31bf49c 100644 --- a/package.json +++ b/package.json @@ -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 ", + "author": "Ionică Bizău (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/" + ] } \ No newline at end of file