Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

up repo #1

Merged
merged 1 commit into from
Jun 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arnog/mathlive.git"
"url": "https://github.com/lelivrescolaire/mathlive.git"
},
"keywords": [
"math",
Expand All @@ -20,9 +20,7 @@
],
"files": [
"/dist",
"/src",
"/AUTHORS",
"/LICENSE.txt"
"/src"
],
"main": "./dist/mathlive.js",
"scripts": {
Expand Down Expand Up @@ -76,15 +74,6 @@
"maintained node versions",
"not dead"
],
"author": "Arno Gourdol <[email protected]>",
"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.4.4",
"@babel/core": "^7.4.4",
Expand Down