Merge pull request #1 from status-im/secure-name
Use package name under organization
This commit is contained in:
commit
5a972024e3
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "waku-tests",
|
||||
"name": "@waku/node-tests",
|
||||
"packageManager": "yarn@3.2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
38
yarn.lock
38
yarn.lock
|
@ -438,6 +438,25 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@waku/node-tests@workspace:.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@waku/node-tests@workspace:."
|
||||
dependencies:
|
||||
chai: ^4.3.6
|
||||
eslint: ^8.13.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
husky: ">=6"
|
||||
js-waku: ^0.20.0
|
||||
lint-staged: ">=10"
|
||||
mocha: ^9.2.2
|
||||
multiaddr: ^10.0.1
|
||||
npm-run-all: ^4.1.5
|
||||
pinst: ">=2"
|
||||
prettier: ^2.6.2
|
||||
uuid: ^8.3.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"abbrev@npm:1":
|
||||
version: 1.1.1
|
||||
resolution: "abbrev@npm:1.1.1"
|
||||
|
@ -4933,25 +4952,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"waku-tests@workspace:.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "waku-tests@workspace:."
|
||||
dependencies:
|
||||
chai: ^4.3.6
|
||||
eslint: ^8.13.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
husky: ">=6"
|
||||
js-waku: ^0.20.0
|
||||
lint-staged: ">=10"
|
||||
mocha: ^9.2.2
|
||||
multiaddr: ^10.0.1
|
||||
npm-run-all: ^4.1.5
|
||||
pinst: ">=2"
|
||||
prettier: ^2.6.2
|
||||
uuid: ^8.3.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"wherearewe@npm:^1.0.0":
|
||||
version: 1.0.2
|
||||
resolution: "wherearewe@npm:1.0.2"
|
||||
|
|
Loading…
Reference in New Issue