@libp2p/interface 0.1.2-96166ada → 0.1.2-980857c3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface",
|
|
3
|
-
"version": "0.1.2-
|
|
3
|
+
"version": "0.1.2-980857c3",
|
|
4
4
|
"description": "The interface implemented by a libp2p node",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface#readme",
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
"eslintConfig": {
|
|
141
141
|
"extends": "ipfs",
|
|
142
142
|
"parserOptions": {
|
|
143
|
+
"project": true,
|
|
143
144
|
"sourceType": "module"
|
|
144
145
|
}
|
|
145
146
|
},
|