Skip to content

Commit

Permalink
fix: Drop ESM support (#560)
Browse files Browse the repository at this point in the history
As it's broken anyway.
  • Loading branch information
gnarea authored May 6, 2023
1 parent 82cfa40 commit b687ef8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ tslint.json
.idea/

.github/
.circleci/
.dependabot/
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@
"description": "Relaynet core library",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/relaycorp/relaynet-core-js",
"homepage": "https://docs.relaycorp.tech/relaynet-core-js/",
"license": "MIT",
"keywords": [
"relaynet"
],
"scripts": {
"build": "run-s clean && run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"build": "run-s clean tsc",
"tsc": "tsc -p tsconfig.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:tslint": "tslint --fix --project .",
Expand Down
11 changes: 0 additions & 11 deletions tsconfig.module.json

This file was deleted.

0 comments on commit b687ef8

Please sign in to comment.