Skip to content

Commit

Permalink
refactor(compartment-mapper)!: Lean on RESM/NESM interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed May 20, 2021
1 parent f87dc14 commit eb1753e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
6 changes: 1 addition & 5 deletions packages/compartment-mapper/package.json
Expand Up @@ -5,10 +5,8 @@
"author": "Agoric",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/compartment-mapper.cjs",
"main": "./index.js",
"module": "./index.js",
"browser": "./dist/compartment-mapper.umd.js",
"unpkg": "./dist/compartment-mapper.umd.js",
"exports": {
"./package.json": "./package.json",
".": {
Expand All @@ -25,13 +23,11 @@
}
},
"scripts": {
"build": "rollup --config rollup.config.js",
"clean": "rm -rf dist",
"lint": "yarn lint:types && yarn lint:js",
"lint-fix": "eslint --fix '**/*.js'",
"lint:js": "eslint '**/*.js'",
"lint:types": "tsc --build jsconfig.json",
"prepublish": "yarn clean && yarn build",
"test": "ava"
},
"dependencies": {
Expand Down
25 changes: 0 additions & 25 deletions packages/compartment-mapper/rollup.config.js

This file was deleted.

0 comments on commit eb1753e

Please sign in to comment.