From b9c3f1f470887d256fd6550ec9fbc1897faba1c9 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Fri, 30 Aug 2019 13:10:33 +0200 Subject: [PATCH] MY-12648 update package.json for npm --- package.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5011ef0d..183a8b0c 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,20 @@ "sass-loader": "^7.1.0", "vue-template-compiler": "^2.6.10", "webpack-bundle-analyzer": "^3.4.1" - } + }, + "description": "[![Build Status](https://travis-ci.com/myparcelbe/checkout.svg?branch=master)](https://travis-ci.com/myparcelbe/checkout) [![Coverage Status](https://coveralls.io/repos/github/myparcelbe/checkout/badge.svg?branch=master)](https://coveralls.io/github/myparcelbe/checkout?branch=master)", + "main": "dist/myparcel.js", + "directories": { + "test": "tests" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/myparcelbe/checkout.git" + }, + "author": "Edie Lemoine (edie@myparcel.nl)", + "license": "ISC", + "bugs": { + "url": "https://github.com/myparcelbe/checkout/issues" + }, + "homepage": "https://github.com/myparcelbe/checkout#readme" }