Merge pull request #324 from zwhitchcox/master

update package.json
This commit is contained in:
Mark Nadal 2017-03-02 16:54:46 -07:00 committed by GitHub
commit 460b7fe9d3
2 changed files with 3 additions and 4 deletions

5
gun.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
"version": "0.6.3",
"description": "Graph engine",
"main": "index.js",
"browser": "gun.min.js",
"browser": "gun.js",
"scripts": {
"start": "node examples/http.js 8080",
"prepublish": "npm run unbuild",