Skip to content

Commit

Permalink
fix(code generation): imports should precede exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Jan 30, 2021
1 parent d0978d4 commit 814ccdb
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 86 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^8.1.0",
"@rollup/plugin-typescript": "^8.1.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/fs-extra": "^9.0.6",
Expand All @@ -88,7 +88,7 @@
"@types/uglifycss": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"autoprefixer": "^10.2.3",
"autoprefixer": "^10.2.4",
"builtin-modules": "^3.2.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
Expand All @@ -107,7 +107,7 @@
"node-sass": "^5.0.0",
"postcss-custom-properties": "^11.0.0",
"prettier": "^2.2.1",
"rollup": "^2.38.0",
"rollup": "^2.38.1",
"rollup-plugin-dts": "^2.0.1",
"rollup-plugin-lit-css": "^2.1.0",
"rollup-plugin-node-externals": "^2.2.0",
Expand All @@ -117,7 +117,7 @@
"shx": "^0.3.3",
"stylus": "^0.54.8",
"sugarss": "^3.0.3",
"ts-jest": "^26.4.4",
"ts-jest": "^26.5.0",
"typedoc": "^0.20.19",
"typescript": "^4.1.3"
},
Expand Down
Loading

0 comments on commit 814ccdb

Please sign in to comment.