Skip to content

Commit

Permalink
Lint package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Nov 28, 2024
1 parent d0b81fa commit 6c4af68
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/remote-feature-flag-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/remote-feature-flag-controller",
"version": "0.0.0",
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags.",
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
"keywords": [
"MetaMask",
"Ethereum"
Expand Down Expand Up @@ -43,7 +43,8 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"publish:preview": "yarn npm publish --tag preview"
},
"dependencies": {
"@metamask/base-controller": "^7.0.2",
Expand All @@ -65,5 +66,9 @@
},
"engines": {
"node": "^18.18 || >=20"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 6c4af68

Please sign in to comment.