Skip to content

Commit b27b952

Browse files
committed
Bump to v1.1.4
1 parent ac25d18 commit b27b952

File tree

3 files changed

+164
-186
lines changed

3 files changed

+164
-186
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-usage-bar",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Usage bar, graphic component for React",
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",

rollup.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ export default {
1515
format: "cjs",
1616
exports: "named",
1717
sourcemap: true,
18-
},
19-
{
20-
file: pkg.module,
21-
format: "es",
22-
exports: "named",
23-
sourcemap: true,
24-
},
18+
}
2519
],
2620
plugins: [
2721
resolve(),

0 commit comments

Comments
 (0)