Skip to content

Commit 499a309

Browse files
committed
fixed dependency grouping
cf. 4e1f592
1 parent 1ec5982 commit 499a309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"faucet-pipeline": "~1.0.0-rc.1",
3030
"mkdirp": "^0.5.1",
3131
"rollup": "^0.56.3",
32+
"rollup-plugin-cleanup": "^2.0.0",
3233
"rollup-plugin-commonjs": "^8.3.0",
3334
"rollup-plugin-node-resolve": "^3.0.3"
3435
},
@@ -40,7 +41,6 @@
4041
"json-diff": "^0.5.2",
4142
"mocha": "^5.0.1",
4243
"npm-run-all": "^4.1.2",
43-
"release-util-fnd": "^1.1.0",
44-
"rollup-plugin-cleanup": "^2.0.0"
44+
"release-util-fnd": "^1.1.0"
4545
}
4646
}

0 commit comments

Comments
 (0)