Skip to content

Commit 4aa9ca0

Browse files
author
Siddharth Kala
committed
Added plugin in github npm registry
1 parent b766128 commit 4aa9ca0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

google1036c8fa441f0d3c.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google1036c8fa441f0d3c.html

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "cypress-postgres",
3-
"version": "1.0.8",
2+
"name": "@siddharth23/cypress-postgres",
3+
"version": "1.0.0",
44
"description": "Query postgres db via Cypress",
55
"main": "cypress/plugins/index.js",
66
"repository": "https://github.com/siddharth23/cypress-postgres.git",
@@ -30,5 +30,8 @@
3030
},
3131
"dependencies": {
3232
"pg-promise": "10.5.8"
33+
},
34+
"publishConfig": {
35+
"registry": "https://npm.pkg.github.com/"
3336
}
3437
}

0 commit comments

Comments
 (0)