Skip to content

Commit

Permalink
bump; remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sagi committed Oct 27, 2020
1 parent 4c95a97 commit 4129332
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": "@anonymitybot/is-educational-email-domain",
"version": "1.0.3",
"version": "1.0.4",
"description": "Check if an email domain belongs to an educational instutition",
"main": "dist/main.js",
"author": "Sagi Kedmi <[email protected]>",
Expand All @@ -12,7 +12,7 @@
"scripts": {
"build": "yarn webpack",
"prepublish": "yarn build && yarn test",
"test": "DEBUG=is-educational-email-domain yarn jest",
"test": "yarn jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"prettier:ci": "prettier --list-different ./src/*.js",
"lint": "yarn eslint ./src"
Expand Down

0 comments on commit 4129332

Please sign in to comment.