diff --git a/package.json b/package.json index 84598ac6..c1008fcc 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "superstruct", + "name": "@metamask/superstruct", "description": "A simple and composable way to validate data in JavaScript (and TypeScript).", "version": "1.0.3", "license": "MIT", - "repository": "git://github.com/ianstormtaylor/superstruct.git", + "repository": "git://github.com/MetaMask/superstruct.git", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",