Skip to content

Commit

Permalink
fix deno tests
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a committed Jul 2, 2020
1 parent eb7d68f commit 64a3db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-soap-request",
"version": "3.3.1",
"version": "3.3.2",
"description": "A small library to make SOAP requests easier",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"lint-fix": "eslint . --fix",
"serve": "npm run bundle && webpack-dev-server --config ./webpack.config.js",
"test": "nyc mocha **/*test.js",
"test-deno": "docker run --rm -it -v $PWD:/tmp -w /tmp hayd/alpine-deno test --allow-read --allow-net test/*.d.js"
"test-deno": "docker run --rm -it -v $PWD:/tmp -w /tmp hayd/alpine-deno test --unstable --allow-read --allow-net test/*.d.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 64a3db2

Please sign in to comment.