Browse Source

Make sure we don't accidentally publish to npm

pm2
Luke Childs 8 years ago
parent
commit
f18861bcae
  1. 3
      package.json

3
package.json

@ -41,5 +41,6 @@
"bugs": { "bugs": {
"url": "https://github.com/lukechilds/tor-explorer/issues" "url": "https://github.com/lukechilds/tor-explorer/issues"
}, },
"homepage": "https://github.com/lukechilds/tor-explorer#readme" "homepage": "https://github.com/lukechilds/tor-explorer#readme",
"private": true
} }

Loading…
Cancel
Save