Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
babangsund committed Nov 12, 2019
0 parents commit 23ccaea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# dependencies
node_modules/

# production
dist/

# misc
.DS_STORE
.rgignore
.env
*.swp
*.swo
*~
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": "0.1.0",
"main": "index.js",
"author": "babangsund",
"name": "cypress-keycloak",
"description": "Cypress commands for Keycloak",
"repository": "https://github.com/babangsund/cypress-keycloak"
}

0 comments on commit 23ccaea

Please sign in to comment.