update package.json

This commit is contained in:
Zane Hitchcox 2017-02-27 20:11:22 -05:00
parent 0707917faa
commit 0fb7711af5
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",