diff --git a/index.js b/index.js new file mode 100644 index 0000000..95c24fa --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log('Building...') diff --git a/package.json b/package.json new file mode 100644 index 0000000..de01eaf --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "testing-ci-cd", + "version": "1.0.0", + "description": "# Test 4 # Test 4", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitea.qoneqtor.com/m.marjorie/testing-ci-cd.git" + }, + "keywords": [], + "author": "", + "license": "ISC" +}