Skip to content

Commit

Permalink
The commando never sleeps..."
Browse files Browse the repository at this point in the history
  • Loading branch information
canibanoglu committed Nov 13, 2019
1 parent 04fe015 commit 2550929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "can-tracker",
"version": "0.0.11",
"version": "0.0.12",
"description": "Starts a simple bittorent tracker for filesharing",
"scripts": {
"start": "node -r dotenv/config entry.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node -r esm scripts/postinstall.js",
"preinstall": "scripts/postinstall.js"
"postinstall": "scripts/postinstall.js"
},
"bin": {
"createCanTorrent": "./bin/.build/createTorrent.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
import { wrapBinaryCommands } from "./wrapBinaryCommands";
const { wrapBinaryCommands } = require("./wrapBinaryCommands");

Promise.all([wrapBinaryCommands()]).then(() => {
console.log("Done settin up");
Expand Down

0 comments on commit 2550929

Please sign in to comment.