Skip to content

Commit 0e62ee7

Browse files
authored
Merge pull request #2 from Atlas-LiftTech/package-updates
Updated package info
2 parents ec89dc9 + 4cb2648 commit 0e62ee7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "@klicksite/insomnia-plugin-repo-sync",
3-
"version": "0.1.0",
4-
"author": "Klickpages <accounts@klickpages.com.br>",
5-
"description": "Repo Sync Plugin for Insomnia",
2+
"name": "avishnyak/insomnia-plugin-repo-sync-2",
3+
"version": "2.0.0",
4+
"author": "Anton Vishnyak <avishnyak@atlaslifttech.com>",
5+
"description": "Sync your workspace to a Git repository.",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/klickpages/insomnia-plugin-repo-sync.git"
9+
"url": "git+https://github.com/Atlas-LiftTech/insomnia-plugin-repo-sync-2.git"
1010
},
1111
"keywords": [
1212
"insomnia",
1313
"plugin",
1414
"git"
1515
],
1616
"bugs": {
17-
"url": "https://github.com/klickpages/insomnia-plugin-repo-sync/issues"
17+
"url": "https://github.com/Atlas-LiftTech/insomnia-plugin-repo-sync-2/issues"
1818
},
1919
"main": "src/index.js",
2020
"insomnia": {
2121
"name": "repo-sync",
22-
"displayName": "Repo Sync Plugin",
22+
"displayName": "Repo Sync Plugin v2",
2323
"description": "This plugin allows users to sync workspaces in a configured repository.",
2424
"images": {
2525
"icon": "icon.svg"
@@ -29,6 +29,6 @@
2929
}
3030
},
3131
"dependencies": {},
32-
"homepage": "https://github.com/klickpages/insomnia-plugin-repo-sync#readme",
32+
"homepage": "https://github.com/Atlas-LiftTech/insomnia-plugin-repo-sync-2#readme",
3333
"devDependencies": {}
3434
}

0 commit comments

Comments
 (0)