diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 66bd97e..0000000 --- a/package-lock.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "casette", - "version": "0.9.0", - "lockfileVersion": 1 -} diff --git a/package.json b/package.json deleted file mode 100644 index c304e6c..0000000 --- a/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "casette", - "version": "0.9.0", - "description": "No-dependancy test framework for node", - "main": "index.js", - "scripts": { - "test": "node cli.mjs test/**/*.test.mjs" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/TheThing/node-casette.git" - }, - "keywords": [ - "test", - "unit", - "test", - "testing" - ], - "type": "module", - "author": "Jonatan Nilsson", - "license": "WTFPL", - "bugs": { - "url": "https://github.com/TheThing/node-casette/issues" - }, - "homepage": "https://github.com/TheThing/node-casette#readme", - "bin": { - "casette": "./cli.mjs" - } -}