From 9ed8f09b5491e9d6482fd0a312f3516e06ec103c Mon Sep 17 00:00:00 2001 From: Arnaud CETOUTE Date: Thu, 30 Jan 2020 18:53:48 +0100 Subject: [PATCH] fix --- package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 1dc76d06d..1f0617e05 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/arnog/mathlive.git" + "url": "https://github.com/lelivrescolaire/mathlive.git" }, "keywords": [ "math", @@ -23,7 +23,8 @@ "mathquill" ], "files": [ - "/dist" + "/dist", + "/src" ], "main": "./dist/mathlive.js", "types": "./dist/mathlive.d.ts", @@ -89,15 +90,6 @@ "maintained node versions", "not dead" ], - "author": "Arno Gourdol ", - "contributors": [ - "Louis Larpin (lilfaf.github.io)", - "Neil Soiffer (https://github.com/NSoiffer)", - "Jason Boxman (https://github.com/jboxman)", - "Synergy Codes (https://www.synergycodes.com/)", - "RafaƂ Piekarski (https://github.com/rpdiss)" - ], - "bugs": "https://github.com/arnog/mathlive/issues/", "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3",