remove esm

This commit is contained in:
Wes Bos 2022-01-12 09:52:47 -05:00
parent d05057b64b
commit 076ee7cee0
2 changed files with 3 additions and 18 deletions

14
package-lock.json generated
View file

@ -19,7 +19,6 @@
"@typescript-eslint/parser": "^5.9.1",
"country-emoji": "^1.5.6",
"eslint-config-airbnb-typescript": "^16.1.0",
"esm": "^3.2.25",
"gatsby": "^4.5.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^4.5.0",
@ -7743,14 +7742,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"node_modules/esm": {
"version": "3.2.25",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
"engines": {
"node": ">=6"
}
},
"node_modules/espree": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/espree/-/espree-9.3.0.tgz",
@ -25725,11 +25716,6 @@
}
}
},
"esm": {
"version": "3.2.25",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA=="
},
"espree": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/espree/-/espree-9.3.0.tgz",

View file

@ -23,7 +23,6 @@
"@typescript-eslint/parser": "^5.9.1",
"country-emoji": "^1.5.6",
"eslint-config-airbnb-typescript": "^16.1.0",
"esm": "^3.2.25",
"gatsby": "^4.5.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^4.5.0",
@ -44,10 +43,10 @@
"typescript": "^4.5.4"
},
"scripts": {
"build": "npx --node-options '-r esm' gatsby build",
"develop": "npx --node-options '-r esm' gatsby develop",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "npx --node-options '-r esm' gatsby serve",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"devDependencies": {