Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 60e90da

Browse files
committed
Package.json: Update repo URL.
1 parent 9931e0c commit 60e90da

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "dist/esm/index.js",
77
"types": "dist/index.d.ts",
88
"typings": "lib/index.d.ts",
9-
"repository": "https://github.com/StringEpsilon/create-react-context",
9+
"repository": "https://github.com/StringEpsilon/mini-create-react-context",
1010
"author": "StringEpsilon",
1111
"license": "MIT",
1212
"keywords": [
@@ -21,10 +21,8 @@
2121
],
2222
"scripts": {
2323
"test": "jest",
24-
"format": "prettier --write '**/*.{js,md,json,js.flow,d.ts}'",
2524
"build": "rollup -c rollup.config.js",
26-
"prepublish": "npm run build",
27-
"commit": "lint-staged"
25+
"prepublish": "npm run build"
2826
},
2927
"dependencies": {
3028
"gud": "^1.0.0",
@@ -65,4 +63,4 @@
6563
"enzyme-to-json/serializer"
6664
]
6765
}
68-
}
66+
}

0 commit comments

Comments
 (0)