Skip to content

Commit

Permalink
NPM ignore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsteadman committed Apr 1, 2018
1 parent 838a034 commit 0adabab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_modules/
.git/
.gitignore
yarn.lock
src/
test/
webpack.config.js
.babelrc
Expand Down
2 changes: 1 addition & 1 deletion test/sauce/run-webpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SAUCEPASS=$(cat ~/.sauce-auth)

curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.github.io/affiliate-plugin-amazon/test/webpack.html\", \"framework\": \"jasmine\", \"name\": \"affiliate-compat-wp\"}"
curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.org/affiliate-plugin-amazon/test/webpack.html\", \"framework\": \"jasmine\", \"name\": \"aff-p-amz-compat-wp\"}"
2 changes: 1 addition & 1 deletion test/sauce/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SAUCEPASS=$(cat ~/.sauce-auth)

curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.github.io/affiliate-plugin-amazon/test/index.html\", \"framework\": \"jasmine\", \"name\": \"affiliate-compat\"}"
curl https://saucelabs.com/rest/v1/teamtofu/js-tests -X POST -u teamtofu:$SAUCEPASS -H 'Content-Type: application/json' -d "{\"platforms\":[[\"Windows 8\", \"internet explorer\", \"10\"], [\"Mac 10.10\", \"safari\", \"8\"], [\"Mac 10.11\", \"safari\", \"10\"], [\"Windows 10\", \"microsoft edge\", \"13\"], [\"Linux\", \"firefox\", \"15\"], [\"Linux\", \"chrome\", \"30\"], [\"Windows 10\", \"firefox\", \"beta\"], [\"Mac 10.12\", \"chrome\", \"beta\"], [\"Windows 7\", \"internet explorer\", \"9\"]], \"url\":\"https://teamtofu.org/affiliate-plugin-amazon/test/index.html\", \"framework\": \"jasmine\", \"name\": \"aff-p-amz-compat\"}"

0 comments on commit 0adabab

Please sign in to comment.