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",