fix index file

This commit is contained in:
Matthew Zipkin 2022-03-06 11:55:53 -05:00
parent 654549897a
commit 41eca93ee3
No known key found for this signature in database
GPG Key ID: E7E2984B6289C93A
4 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
node_modules/
!log/
log/*

View File

@ -28,6 +28,7 @@ packages or C compiler, etc. Just run the build with a port number
```
git clone https://github.com/pinheadmz/hip2-server
cd hip2-server
node hip2-server/build/hip2-server.js 8080
```

1
log/hip2-index Normal file
View File

@ -0,0 +1 @@
0

View File

@ -4,8 +4,7 @@
"description": "",
"main": "build/hip2-server.js",
"scripts": {
"build": "bpkg --browser-field --ignore-bindings --no-license --node --output ./build/hip2-server.js ./src/derive.js",
"reset": "rm log/hip2-index"
"build": "bpkg --browser-field --ignore-bindings --no-license --node --output ./build/hip2-server.js ./src/derive.js"
},
"repository": {
"type": "git",