Skip to content

Commit 9a75800

Browse files
committed
chore(dependencies): ran npm audit fix
1 parent 951ae4a commit 9a75800

8 files changed

+1624
-633
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lib/
22
storybook-static/
3+
cypress/

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node_modules/
22
lib/
33
.nyc_output/
44
storybook-static/
5+
/cypress/
56

67
.eslintcache
78
/.cache/

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: node_js
2+
cache:
3+
npm: true
4+
directories:
5+
- ~/.cache
26
notifications:
37
email: false
48
branches:

cypress.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"baseUrl": "http://0.0.0.0:6006",
3+
"integrationFolder": "test/integration"
4+
}

0 commit comments

Comments
 (0)