Attempt to write JSON by hand

This commit is contained in:
Dave Syer
2018-01-19 09:28:26 +00:00
parent 308e4d5514
commit 7604de3ca7
10 changed files with 224 additions and 182 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
cd $(dirname $0)
PATH="$PWD/node/":$PATH
node "node/node_modules/npm/bin/npm-cli.js" "$@"