From 14511b6d95c7706433841cf5e7064e80fe0be6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr> Date: Sun, 10 May 2020 15:50:30 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20les=20m=C3=A9tadonn=C3=A9es=20de=20pa?= =?UTF-8?q?ckage.json.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index ed77640..4c0e268 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,7 @@ { "name": "@inrae/reveal.js", - "version": "1.0.0", + "version": "2.0.0", "description": "Customized reveal.js.", - "main": "index.js", - "directories": { - "lib": "lib" - }, "scripts": { "build": "gulp build", "lint": "eslint . && depcheck ." -- GitLab