Skip to content

Commit 02c9a14

Browse files
committed
chore: bump version
1 parent 93fb7b4 commit 02c9a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-helmet-async",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Thread-safe Helmet for React 16+ and friends",
55
"main": "lib/index.js",
66
"umd:main": "lib/index.umd.js",
77
"module": "lib/index.module.js",
88
"source": "src/index.js",
99
"types": "index.d.ts",
10-
"repository": "http://github.com/NYTimes/react-helmet-async",
10+
"repository": "http://github.com/staylor/react-helmet-async",
1111
"author": "Scott Taylor <[email protected]>",
1212
"license": "Apache-2.0",
1313
"files": [
@@ -67,6 +67,6 @@
6767
"test-watch": "yarn test --watch",
6868
"test-update": "yarn test -u",
6969
"compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement",
70-
"prepare": "yarn compile && husky install"
70+
"_prepare": "yarn compile && husky install"
7171
}
7272
}

0 commit comments

Comments
 (0)