Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Jan 18, 2018
1 parent 8c5d0ba commit ed5538e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "bs-moment",
"version": "0.1.9",
"version": "0.2.0",
"description": "BuckleScript bindings for Moment.js",
"main": "lib/js/src/MomentRe.js",
"repository": "[email protected]:BuckleTypes/bs-moment.git",
"author": "Jiayu Liu <[email protected]>",
"license": "MIT",
"keywords": ["reason", "bucklescript", "moment", "date", "time"],
"keywords": [
"reason",
"bucklescript",
"moment",
"date",
"time"
],
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
Expand All @@ -16,10 +22,10 @@
"prepublish": "yarn run clean && yarn run build"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.3.2",
"bs-platform": "^2.1.0",
"husky": "^0.14.3",
"jest": "^22.1.2",
"moment": "^2.20.1",
"@glennsl/bs-jest": "^0.3.2"
"moment": "^2.20.1"
}
}

0 comments on commit ed5538e

Please sign in to comment.