diff --git a/README.md b/README.md index f33b006..572a1b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # convert -Makes unit conversions \ No newline at end of file +Makes unit conversions + +#need to make an index to fetch the helper functions properly without destroying all the links. \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..0a6c263 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "general-functions", + "version": "1.0.0", + "description": "General utility functions used across multiple Node-RED modules", + "main": "index.js", + "scripts": { + "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git" + }, + "keywords": [ + "utilities", + "common", + "node-red" + ], + "author": "Rene de Ren", + "license": "SEE LICENSE" +} \ No newline at end of file diff --git a/readme b/readme deleted file mode 100644 index f0261cd..0000000 --- a/readme +++ /dev/null @@ -1 +0,0 @@ -Common functions to work on the API side of node red \ No newline at end of file