Adopt the new editor/contrib layering rules in the esm metadata generation

This commit is contained in:
Alex Dima 2022-01-24 12:37:22 +01:00
parent 2a243d07fe
commit 9fac3918b2
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
5 changed files with 18 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"main": "out/index.js",
"typings": "./out/index.d.ts",
"scripts": {
"smoketest": "node ./node_modules/webpack/bin/webpack.js --config smoketest/webpack.config.js --progress",
"package-for-smoketest": "node ./node_modules/webpack/bin/webpack.js --config smoketest/webpack.config.js --progress",
"smoketest-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config smoketest/webpack-cross-origin.config.js --progress",
"watch": "tsc -w -p tsconfig.json",
"compile": "tsc -p tsconfig.json",