Skip to content

Commit

Permalink
2.77.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 27, 2022
1 parent eb4c28d commit 22b2f68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -16,6 +16,7 @@ module.exports = {
'node_modules',
'dist',
'perf',
'_tmp',
'/test/*/samples/**/*.*',
'!/test/*/samples/**/_config.js',
'!/test/*/samples/**/rollup.config.js'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "2.77.1",
"version": "2.77.2",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down
6 changes: 2 additions & 4 deletions test/cli/node_modules/bar/lib/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions test/cli/node_modules/rollup-config-foo/lib/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22b2f68

Please sign in to comment.