Skip to content

Commit

Permalink
refactor(same-structure): Convert RESM to NESM (merge #3543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Jul 27, 2021
2 parents a38fa3e + fbfa616 commit 0b86d4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/same-structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@agoric/same-structure",
"version": "0.1.20",
"description": "Deep equals",
"parsers": {
"js": "mjs"
},
"type": "module",
"main": "index.js",
"engines": {
"node": ">=11.0"
Expand Down Expand Up @@ -36,8 +34,7 @@
"@agoric/marshal": "^0.4.19"
},
"devDependencies": {
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
"ava": "^3.12.1"
},
"files": [
"src/",
Expand All @@ -63,9 +60,6 @@
"files": [
"test/**/test-*.js"
],
"require": [
"esm"
],
"timeout": "2m"
}
}

0 comments on commit 0b86d4d

Please sign in to comment.