Skip to content

Commit 3e9a11a

Browse files
committed
Bump to v1.1.2
1 parent fd04b9d commit 3e9a11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-usage-bar",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "Usage bar, graphic component for React",
55
"main": "build/index.js",
66
"module": "build/index.mjs",
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/ChrisUser/react-usage-bar.git"
1414
},
1515
"scripts": {
16-
"build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly",
16+
"build": "rollup -c && tsc --emitDeclarationOnly",
1717
"lint": "standard",
1818
"format": "prettier-standard --format",
1919
"test": "jest --coverage",

0 commit comments

Comments
 (0)