Codebase list node-rollup-plugin-commonjs / 5cf00f4
Drop legacy version component Pirate Praveen 3 years ago
3 changed file(s) with 4 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
11 Upstream-Name: @rollup/plugin-commonjs
22 Upstream-Contact: https://github.com/rollup/plugins/issues
33 Source: https://github.com/rollup/plugins
4 Files-Excluded: dist/*
4 Files-Excluded: *
5 Files-Included: packages/commonjs shared util
56
67 Files: *
78 Copyright: 2019 RollupJS Plugin Contributors <https://github.com/rollup/plugins/graphs/contributors>
00 [DEFAULT]
11 pristine-tar = True
2 component=['legacy']
32
43 [import-orig]
54 filter = [ '.gitignore', '.travis.yml', '.git*' ]
11 opts=\
22 mode=git,\
33 dversionmangle=auto,\
4 repack,compression=xz,repacksuffix=+repack,\
45 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-rollup-plugin-commonjs-$1.tar.gz/ \
5 https://github.com/rollup/plugins.git refs/tags/commonjs-v?([\d\.]+) group
6
7 opts=\
8 component=legacy,\
9 dversionmangle=auto,\
10 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-rollup-plugin-commonjs-$1.tar.gz/ \
11 https://github.com/rollup/rollup-plugin-commonjs/tags .*/archive/v?([\d\.]+).tar.gz group
6 https://github.com/rollup/plugins.git refs/tags/commonjs-v?([\d\.]+)