Skip to content

Commit 755f21c

Browse files
1.1.1
1 parent 26de054 commit 755f21c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-svg-radar-chart",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A reusable radar chart in SVG.",
55
"main": "build/index.js",
66
"scripts": {
@@ -29,7 +29,9 @@
2929
"bugs": {
3030
"url": "https://github.com/Spyna/react-svg-radar-chart/issues"
3131
},
32-
"files": ["./build"],
32+
"files": [
33+
"./build"
34+
],
3335
"license": "ISC",
3436
"dependencies": {},
3537
"devDependencies": {

0 commit comments

Comments
 (0)