From 2fe971d50bc6e3e2e6d1c53e02fa4012071f1cb6 Mon Sep 17 00:00:00 2001 From: JPSchellenberg Date: Mon, 30 Sep 2019 23:23:48 +0200 Subject: [PATCH] Update package.json --- package-lock.json | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7498d6ed4..8bd6b6f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "h5p-editor", - "version": "v0.0.3", + "name": "h5p-nodejs-library", + "version": "v0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c14c6a35..c5ec6b289 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "h5p-editor", - "version": "v0.0.3", - "description": "The H5P-Editor-Nodejs-library is a port of the H5P-Editor-PHP-library for Nodejs.", + "name": "h5p-nodejs-library", + "version": "v0.5.0", + "description": "The H5P-Nodejs-library is a port of the H5P-Editor-PHP-library and the H5P-PHP-Library for Nodejs.", "repository": { "type": "git", - "url": "https://github.com/Lumieducation/H5P-Editor-Nodejs-library" + "url": "https://github.com/Lumieducation/H5P-Nodejs-library" }, "scripts": { "start": "node examples/express.js",