Skip to content

Commit a51b58c

Browse files
committed
Remove unused dependency @rollup/plugin-alias
1 parent eb41a44 commit a51b58c

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

package-lock.json

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"modules",
2323
"monorepo"
2424
],
25-
"homepage": "https://github.com/Septh/rollup-plugin-node-externals",
25+
"homepage": "https://github.com/Septh/rollup-plugin-node-externals#readme",
2626
"repository": {
2727
"type": "git",
2828
"url": "https://github.com/Septh/rollup-plugin-node-externals"
@@ -52,8 +52,8 @@
5252
]
5353
},
5454
"scripts": {
55-
"build": "rollup -c",
56-
"watch": "rollup -cw",
55+
"build": "rimraf dist && rollup -c",
56+
"watch": "rimraf dist && rollup -cw",
5757
"test": "mkdir -p ./src/fixtures/monorepo/.git && ava --no-worker-threads",
5858
"watch-tests": "mkdir -p ./src/fixtures/monorepo/.git && ava --no-worker-threads -w",
5959
"lint": "eslint src/index.ts",
@@ -64,7 +64,6 @@
6464
"find-up": "^5.0.0"
6565
},
6666
"devDependencies": {
67-
"@rollup/plugin-alias": "^3.1.9",
6867
"@rollup/plugin-commonjs": "^22.0.0",
6968
"@rollup/plugin-node-resolve": "^13.3.0",
7069
"@typescript-eslint/eslint-plugin": "^5.27.1",

0 commit comments

Comments
 (0)