From 81c48692ed14e7d1f24a597f81c12fe6187fa51d Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 5 Aug 2019 20:52:46 +0200 Subject: [PATCH] Fix wrong file extension (#3031) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cd52bdcd32..be9c5ac33bf 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "module": "dist/rollup.es.js", "typings": "dist/rollup.d.ts", "bin": { - "rollup": "./dist/bin/rollup.js" + "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",