File tree 4 files changed +13
-4
lines changed 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 3.7.0" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
- "repository" : " algolia/docsearch" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/algolia/docsearch.git"
10
+ },
8
11
"author" : {
9
12
"name" : " Algolia, Inc." ,
10
13
"url" : " https://www.algolia.com"
Original file line number Diff line number Diff line change 4
4
"version" : " 3.7.0" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
- "repository" : " algolia/docsearch" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/algolia/docsearch.git"
10
+ },
8
11
"author" : {
9
12
"name" : " Algolia, Inc." ,
10
13
"url" : " https://www.algolia.com"
Original file line number Diff line number Diff line change 4
4
"version" : " 3.7.0" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
- "repository" : " algolia/docsearch" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/algolia/docsearch.git"
10
+ },
8
11
"author" : {
9
12
"name" : " Algolia, Inc." ,
10
13
"url" : " https://www.algolia.com"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default {
11
11
packagesToPublish : packages ,
12
12
} ,
13
13
publishCommand ( { tag } ) {
14
- return `yarn publish --access public --tag ${ tag } ` ;
14
+ return `npm publish --tag ${ tag } ` ;
15
15
} ,
16
16
versionUpdated ( { exec, dir, version } ) {
17
17
// Update package dependencies
You can’t perform that action at this time.
0 commit comments