Chapter 8: Travis recipe sample

This commit is contained in:
Beth Griggs
2020-08-03 00:17:02 +01:00
parent d123a16d35
commit 2c7cf712f8
5 changed files with 667 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "enabling-travis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bethgriggs/enabling-travis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bethgriggs/enabling-travis/issues"
},
"homepage": "https://github.com/bethgriggs/enabling-travis#readme",
"devDependencies": {
"tape": "^5.0.1"
}
}