Skip to content

Commit

Permalink
fix: remove building es module
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed Mar 11, 2021
1 parent f18dae0 commit b91973c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "MongoDB session store for Express and Connect",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"keywords": [
"connect",
"mongo",
Expand All @@ -29,7 +28,6 @@
"prebuild": "rm -rf build",
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:lint": "eslint --cache src --ext .ts --fix",
Expand Down
11 changes: 0 additions & 11 deletions tsconfig.module.json

This file was deleted.

0 comments on commit b91973c

Please sign in to comment.