mirror of
https://github.com/amark/gun.git
synced 2025-06-05 21:56:51 +00:00
fixed package.json
This commit is contained in:
parent
e658997811
commit
64aed10fb8
@ -3,4 +3,5 @@ node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
- 0.10
|
||||
- 0.11
|
||||
- 0.11
|
||||
- 0.12
|
@ -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>
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user