Skip to content

Commit 5f56d3b

Browse files
authored
Merge pull request #880 from Shopify/cleanups-2025
Some repo cleanups
2 parents e9e9733 + 61b8b5e commit 5f56d3b

File tree

7 files changed

+5
-26
lines changed

7 files changed

+5
-26
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ index.js
88
legacy.html
99
/src/styles/embeds/all.js
1010
/src/styles/host/main.js
11-
selenium-standalone.jar
12-
WDIO.*.xml
1311
test-output.xml
1412
lint-output.xml
1513
/errorShots
1614

1715
docs/src
18-
/selenium-errorshots
1916
_site
2017
.sass-cache
2118
.jekyll-metadata

.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ index.html
55
legacy.html
66
/src/styles/embeds/all.js
77
/src/styles/host/main.js
8-
selenium-standalone.jar
9-
WDIO.*.xml
108
.travis.yml
119
test-output.xml
1210
lint-output.xml
1311
/errorShots
14-
/selenium-errorshots
1512
/test/build
1613
config.json

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.16.0
1+
v18.20.0

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: buy-button-js
33

44
up:
55
- node:
6-
version: v16.16.0
7-
yarn: 1.22.15
6+
version: v18.20.0
7+
yarn: 1.22.22
88

99
commands:
1010
test:

testem-ci.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"Chrome"
44
],
55
"launch_in_ci": [
6-
"Chrome",
7-
"Firefox"
6+
"Chrome"
87
],
98
"framework": "mocha",
109
"src_files": "test/build/test.js"

testem.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"Chrome"
44
],
55
"launch_in_ci": [
6-
"Chrome",
7-
"Firefox"
6+
"Chrome"
87
],
98
"framework": "mocha",
109
"src_files": "test/build/test.js"

0 commit comments

Comments
 (0)