We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd04b9d commit 3e9a11aCopy full SHA for 3e9a11a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-usage-bar",
3
- "version": "1.1.0",
+ "version": "1.1.2",
4
"description": "Usage bar, graphic component for React",
5
"main": "build/index.js",
6
"module": "build/index.mjs",
@@ -13,7 +13,7 @@
13
"url": "https://github.com/ChrisUser/react-usage-bar.git"
14
},
15
"scripts": {
16
- "build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly",
+ "build": "rollup -c && tsc --emitDeclarationOnly",
17
"lint": "standard",
18
"format": "prettier-standard --format",
19
"test": "jest --coverage",
0 commit comments