fixed package.json

This commit is contained in:
Mark Nadal 2015-06-22 15:38:42 -07:00
parent e658997811
commit 64aed10fb8
3 changed files with 4 additions and 3 deletions

View File

@ -3,4 +3,5 @@ node_js:
- 0.6
- 0.8
- 0.10
- 0.11
- 0.11
- 0.12

View File

@ -11,6 +11,6 @@
</style>
<a href="/todo/index.html"><iframe src="/todo/index.html"></iframe></a>
<a href="/json/index.html"><iframe src="/json/index.html"></iframe></a>
<script src="../../gun.js"></script>
<script src="../gun.js"></script>
</body>
</html>

View File

@ -2,7 +2,7 @@
"name": "gun",
"version": "0.2.0",
"description": "Graph engine",
"main": "gun.js",
"main": "index.js",
"scripts": {
"start": "node examples/http.js 8080",
"test": "mocha"