Revert "0.9.0"

This reverts commit c04f3b39e7.
This commit is contained in:
Jonatan Nilsson 2020-03-31 17:23:33 +00:00
parent c04f3b39e7
commit f820d9bd73
2 changed files with 0 additions and 34 deletions

5
package-lock.json generated
View File

@ -1,5 +0,0 @@
{
"name": "casette",
"version": "0.9.0",
"lockfileVersion": 1
}

View File

@ -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"
}
}