-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jiayu Liu
committed
Jan 18, 2018
1 parent
30ae162
commit 8c5d0ba
Showing
3 changed files
with
1,108 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,7 @@ | |
"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", | ||
|
@@ -22,10 +16,10 @@ | |
"prepublish": "yarn run clean && yarn run build" | ||
}, | ||
"devDependencies": { | ||
"bs-jest": "^0.1.0", | ||
"bs-platform": "^2.0.0", | ||
"husky": "^0.13.3", | ||
"jest": "^19.0.2", | ||
"moment": "^2.18.1" | ||
"bs-platform": "^2.1.0", | ||
"husky": "^0.14.3", | ||
"jest": "^22.1.2", | ||
"moment": "^2.20.1", | ||
"@glennsl/bs-jest": "^0.3.2" | ||
} | ||
} |
Oops, something went wrong.