Skip to content

Commit

Permalink
2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 16, 2020
1 parent 396a91f commit 41fd968
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
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.

12 changes: 5 additions & 7 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "rollup",
"version": "2.31.0",
"version": "2.32.0",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
"typings": "dist/rollup.d.ts",
"bin": {
"rollup": "./dist/bin/rollup"
"rollup": "dist/bin/rollup"
},
"scripts": {
"build": "shx rm -rf dist && git rev-parse HEAD > .commithash && rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
Expand Down Expand Up @@ -35,11 +35,6 @@
"test:coverage": "nyc --reporter html mocha",
"test:leak": "cross-os test:leak:os",
"test:package": "node scripts/test-package.js",
"test:leak:os": {
"darwin": "npm run test:leak:nix",
"linux": "npm run test:leak:nix",
"win32": "echo 'Skipping test:leak on Windows'"
},
"test:leak:nix": "npm i --silent --no-save weak@1 && node --expose-gc test/leak/index.js",
"test:only": "mocha",
"test:quick": "mocha -b",
Expand Down Expand Up @@ -148,5 +143,8 @@
"default": "./dist/es/rollup.browser.js"
},
"./dist/": "./dist/"
},
"dependencies": {
"fsevents": "~2.1.2"
}
}

0 comments on commit 41fd968

Please sign in to comment.