We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b766128 commit 4aa9ca0Copy full SHA for 4aa9ca0
google1036c8fa441f0d3c.html
@@ -0,0 +1 @@
1
+google-site-verification: google1036c8fa441f0d3c.html
package.json
@@ -1,6 +1,6 @@
{
2
- "name": "cypress-postgres",
3
- "version": "1.0.8",
+ "name": "@siddharth23/cypress-postgres",
+ "version": "1.0.0",
4
"description": "Query postgres db via Cypress",
5
"main": "cypress/plugins/index.js",
6
"repository": "https://github.com/siddharth23/cypress-postgres.git",
@@ -30,5 +30,8 @@
30
},
31
"dependencies": {
32
"pg-promise": "10.5.8"
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://npm.pkg.github.com/"
36
}
37
0 commit comments