fix: release error due to repo rename
This commit is contained in:
		
							parent
							
								
									074b344355
								
							
						
					
					
						commit
						9841f16fb7
					
				
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							@ -1,9 +1,9 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "zotero-addon-template",
 | 
					  "name": "zotero-plugin-template",
 | 
				
			||||||
  "version": "2.0.0",
 | 
					  "version": "2.0.0",
 | 
				
			||||||
  "description": "Zotero Addon Template",
 | 
					  "description": "Zotero Plugin Template",
 | 
				
			||||||
  "config": {
 | 
					  "config": {
 | 
				
			||||||
    "addonName": "Zotero Addon Template",
 | 
					    "addonName": "Zotero Plugin Template",
 | 
				
			||||||
    "addonID": "addontemplate@euclpts.com",
 | 
					    "addonID": "addontemplate@euclpts.com",
 | 
				
			||||||
    "addonRef": "addontemplate",
 | 
					    "addonRef": "addontemplate",
 | 
				
			||||||
    "addonInstance": "AddonTemplate",
 | 
					    "addonInstance": "AddonTemplate",
 | 
				
			||||||
@ -11,13 +11,13 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git+https://github.com/windingwind/zotero-addon-template.git"
 | 
					    "url": "git+https://github.com/windingwind/zotero-plugin-template.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "author": "windingwind",
 | 
					  "author": "windingwind",
 | 
				
			||||||
  "bugs": {
 | 
					  "bugs": {
 | 
				
			||||||
    "url": "https://github.com/windingwind/zotero-addon-template/issues"
 | 
					    "url": "https://github.com/windingwind/zotero-plugin-template/issues"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "homepage": "https://github.com/windingwind/zotero-addon-template#readme",
 | 
					  "homepage": "https://github.com/windingwind/zotero-plugin-template#readme",
 | 
				
			||||||
  "license": "AGPL-3.0-or-later",
 | 
					  "license": "AGPL-3.0-or-later",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "start": "zotero-plugin serve",
 | 
					    "start": "zotero-plugin serve",
 | 
				
			||||||
@ -38,7 +38,7 @@
 | 
				
			|||||||
    "eslint-config-prettier": "^9.1.0",
 | 
					    "eslint-config-prettier": "^9.1.0",
 | 
				
			||||||
    "prettier": "^3.2.5",
 | 
					    "prettier": "^3.2.5",
 | 
				
			||||||
    "typescript": "^5.4.5",
 | 
					    "typescript": "^5.4.5",
 | 
				
			||||||
    "zotero-plugin-scaffold": "^0.0.21",
 | 
					    "zotero-plugin-scaffold": "^0.0.22",
 | 
				
			||||||
    "zotero-types": "^1.3.24"
 | 
					    "zotero-types": "^1.3.24"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "eslintConfig": {
 | 
					  "eslintConfig": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user