Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 5404441

Browse files
committed
Make it so
0 parents  commit 5404441

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "http-from-first-principles",
3+
"version": "1.0.0",
4+
"description": "A simple HTTP client for learning concepts from",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "tap test.js"
8+
},
9+
"author": "Aria Stewart <aredridel@nbtsc.org>",
10+
"license": "ISC",
11+
"devDependencies": {
12+
"tap": "^2.2.0"
13+
}
14+
}

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var tap = require('tap');

0 commit comments

Comments
 (0)