Skip to content

Commit

Permalink
move auth server to scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joehand committed Dec 21, 2016
1 parent 1fbab66 commit 7087802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dat-next": "bin/cli.js"
},
"scripts": {
"auth-server": "DEBUG=* node auth-server.js",
"auth-server": "DEBUG=* node scripts/auth-server.js",
"test": "standard && tape tests/*.js | tap-spec"
},
"repository": {
Expand Down
File renamed without changes.

0 comments on commit 7087802

Please sign in to comment.