Skip to content

Commit 683742b

Browse files
author
Jiayu Liu
committed
v0.2.1
1 parent 4633169 commit 683742b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "bs-moment",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "BuckleScript bindings for Moment.js",
55
"main": "lib/js/src/MomentRe.js",
66
"repository": "[email protected]:BuckleTypes/bs-moment.git",
77
"author": "Jiayu Liu <[email protected]>",
88
"license": "MIT",
9-
"keywords": ["reason", "bucklescript", "moment", "date", "time"],
9+
"keywords": [
10+
"reason",
11+
"bucklescript",
12+
"moment",
13+
"date",
14+
"time"
15+
],
1016
"scripts": {
1117
"build": "bsb -make-world",
1218
"start": "bsb -make-world -w",

0 commit comments

Comments
 (0)