Skip to content

Commit cea42f5

Browse files
Use dignified.js 1.0.0
1 parent 71c6242 commit cea42f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "libp2p-swarm",
33
"version": "0.9.2",
44
"description": "libp2p swarm implementation in JavaScript",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
6+
"jsnext:main": "src/index.js",
67
"scripts": {
78
"lint": "dignified-lint",
89
"build": "dignified-build",
@@ -36,7 +37,7 @@
3637
"bl": "^1.1.2",
3738
"buffer-loader": "0.0.1",
3839
"chai": "^3.5.0",
39-
"dignified.js": "github:dignifiedquire/dignified.js",
40+
"dignified.js": "^1.0.0",
4041
"gulp": "^3.9.1",
4142
"istanbul": "^0.4.2",
4243
"libp2p-multiplex": "^0.2.1",

0 commit comments

Comments
 (0)