Skip to content

Commit

Permalink
Upgrade @std/esm to esm.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton authored and mroderick committed May 24, 2018
1 parent 3685ee4 commit e862196
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,9 +20,9 @@
"test-coverage": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] --plugin [ mochify-istanbul --exclude '**/test/**' --report text --report lcovonly --dir ./coverage ] test/**.js",
"test-cloud": "npm run test-headless -- --wd",
"test-webworker": "mochify --https-server 8080 test/webworker/webworker-support-assessment.js",
"test-es-module": "mocha -r @std/esm test/es2015/module-support-assessment-test.mjs",
"test-es-module": "mocha -r esm test/es2015/module-support-assessment-test.mjs",
"test": "run-s test-node test-headless test-webworker test-es-module",
"check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls --ignore-module @std/esm",
"check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls --ignore-module esm",
"build": "node ./build.js",
"lint": "run-p lint-js lint-markdown",
"lint-js": "eslint '**/*.{js,mjs}'",
Expand Down Expand Up @@ -50,13 +50,13 @@
},
"devDependencies": {
"@sinonjs/referee": "^2.0.0",
"@std/esm": "0.25.2",
"browserify": "^15.1.0",
"dependency-check": "^2.9.1",
"eslint": "^4.19.1",
"eslint-config-sinon": "^1.0.0",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-mocha": "^4.2.0",
"esm": "3.0.37",
"husky": "^0.14.2",
"lint-staged": "^6.0.0",
"markdownlint-cli": "^0.8.2",
Expand Down

0 comments on commit e862196

Please sign in to comment.