Skip to content

Commit b66d7ec

Browse files
committed
fix gx imports
1 parent 28a00a3 commit b66d7ec

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
2-
"name": "mafmt",
32
"author": "whyrusleeping",
4-
"version": "1.0.0",
5-
"language": "go",
6-
"issues_url": "https://github.com/whyrusleeping/mafmt",
7-
"gx_version": "0.4.0",
3+
"bugs": {},
84
"gx": {
95
"dvcsimport": "github.com/whyrusleeping/mafmt"
10-
}
6+
},
7+
"gxDependencies": [
8+
{
9+
"author": "whyrusleeping",
10+
"hash": "QmcobAGsCjYt5DXoq9et9L8yR8er7o7Cu3DTvpaq12jYSz",
11+
"name": "go-multiaddr",
12+
"version": "0.0.0"
13+
}
14+
],
15+
"gxVersion": "0.6.0",
16+
"gx_version": "0.4.0",
17+
"issues_url": "https://github.com/whyrusleeping/mafmt",
18+
"language": "go",
19+
"license": "",
20+
"name": "mafmt",
21+
"version": "1.0.0"
1122
}

0 commit comments

Comments
 (0)