Skip to content

Commit

Permalink
chore: update package links to renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
msutkowski committed Sep 23, 2021
1 parent 2d6382f commit 4574a74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@stordco/msw-chakra-toolbar",
"name": "@stordco/msw-toolbar",
"author": "STORD",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://github.com/stordco/msw-chakra-toolbar",
"repository": "https://github.com/stordco/msw-chakra-toolbar.git",
"homepage": "https://github.com/stordco/msw-toolbar",
"repository": "https://github.com/stordco/msw-toolbar.git",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -20,7 +20,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build && husky install",
"size": "size-limit",
Expand All @@ -41,14 +41,14 @@
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/msw-chakra-toolbar.esm.js",
"module": "dist/msw-toolbar.esm.js",
"size-limit": [
{
"path": "dist/msw-chakra-toolbar.cjs.production.min.js",
"path": "dist/msw-toolbar.cjs.production.min.js",
"limit": "4 KB"
},
{
"path": "dist/msw-chakra-toolbar.esm.js",
"path": "dist/msw-toolbar.esm.js",
"limit": "4 KB"
}
],
Expand Down

0 comments on commit 4574a74

Please sign in to comment.