Skip to content

Commit 23a943b

Browse files
committed
1.0.3
1 parent b449d14 commit 23a943b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "date-activity-graph",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A package used to make a similar graph like githubs, but with your own data",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
77
"types": "./lib/esm/index.d.ts",
88
"repository": "https://github.com/Angstboksen/date-activity-graph.git",
99
"author": "Hauk Olaussen <[email protected]>",
1010
"license": "MIT",
11-
"keywords": ["activity", "graph", "github", "date-activity", "date-graph"],
11+
"keywords": [
12+
"activity",
13+
"graph",
14+
"github",
15+
"date-activity",
16+
"date-graph"
17+
],
1218
"scripts": {
1319
"build": "yarn build:esm && yarn build:cjs",
1420
"cleanbuild": "yarn build && copy src\\main.css lib\\esm && copy src\\main.css lib\\cjs ",
@@ -25,4 +31,4 @@
2531
"@types/react-dom": "^17.0.3",
2632
"typescript": "^4.2.4"
2733
}
28-
}
34+
}

0 commit comments

Comments
 (0)