Skip to content

Commit

Permalink
esm is no longer required, fixes ava tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Feb 14, 2019
1 parent 3a22412 commit 6b08c48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"eslint": "5.12.1",
"eslint-config-xo": "0.26.0",
"eslint-plugin-vue": "5.2.1",
"esm": "3.2.4",
"file-loader": "3.0.1",
"filemanager-webpack-plugin": "2.0.5",
"glob": "7.1.3",
Expand Down Expand Up @@ -185,7 +184,6 @@
},
"ava": {
"require": [
"esm",
"@babel/register",
"@babel/polyfill",
"./test/helpers/setup.js"
Expand Down
5 changes: 0 additions & 5 deletions themes-default/slim/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3780,11 +3780,6 @@ eslint@^5.12.0:
table "^5.0.2"
text-table "^0.2.0"

esm@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.4.tgz#0b728b5d6043061bf552197407bf2c630717812b"
integrity sha512-wOuWtQCkkwD1WKQN/k3RsyGSSN+AmiUzdKftn8vaC+uV9JesYmQlODJxgXaaRz0LaaFIlUxZaUu5NPiUAjKAAA==

esm@^3.0.82:
version "3.0.84"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
Expand Down

0 comments on commit 6b08c48

Please sign in to comment.