initial commit

This commit is contained in:
Beth Griggs
2020-07-01 01:06:19 +01:00
parent f00aeea981
commit b54b35efb5
4 changed files with 497 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "enabling-travis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test test/test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tape": "^5.0.1"
}
}