From ca55e75abb8d9059125c3e90d11f458fbdba0d98 Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 15 Mar 2018 16:20:26 +0100 Subject: [PATCH] Simplification du package.json --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6ec826615..f0c5ec218 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,10 @@ { "name": "syso", - "version": "0.0.1", - "license": "AGPL-3.0", + "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:laem/syso.git" + "url": "git@github.com:betagouv/syso.git" }, - "description": "Expérimentation sur les prélèvements sociaux en code", "engines": { "node": ">=6.2.0 <10.0.0" },