From e774e238321d3441c92ab49e355e516068abed69 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Mon, 9 Jan 2017 14:48:58 -0800 Subject: [PATCH] v0.0.2 --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 496c5fb..a1aa364 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,23 @@ { "name": "distill-template", - "version": "0.0.0", + "version": "0.0.2", "description": "Template for creating Distill articles.", + "main": "dist/distill.js", "scripts": { "start": "rollup -c -w", + "build": "rollup -c", "test": "mocha" }, "author": "Shan Carter", - "dependencies": { + "repository": { + "url": "git+https://github.com/distillpub/distill-template.git", + "type": "git" + }, + "bugs": { + "url": "https://github.com/distillpub/distill-template/issues" + }, + "homepage": "https://github.com/distillpub/distill-template#readme", + "devDependencies": { "bibtex-parse-js": "^0.0.23", "chai": "^3.5.0", "js-yaml": "^3.7.0",