File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-helmet-async" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Thread-safe Helmet for React 16+ and friends" ,
5
5
"main" : " lib/index.js" ,
6
6
"umd:main" : " lib/index.umd.js" ,
7
7
"module" : " lib/index.module.js" ,
8
8
"source" : " src/index.js" ,
9
9
"types" : " index.d.ts" ,
10
- "repository" : " http://github.com/NYTimes /react-helmet-async" ,
10
+ "repository" : " http://github.com/staylor /react-helmet-async" ,
11
11
"author" :
" Scott Taylor <[email protected] >" ,
12
12
"license" : " Apache-2.0" ,
13
13
"files" : [
67
67
"test-watch" : " yarn test --watch" ,
68
68
"test-update" : " yarn test -u" ,
69
69
"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"
71
71
}
72
72
}
You can’t perform that action at this time.
0 commit comments