Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Jan 18, 2018
1 parent 30ae162 commit 8c5d0ba
Show file tree
Hide file tree
Showing 3 changed files with 1,108 additions and 432 deletions.
6 changes: 2 additions & 4 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
"bsc-flags": ["-bs-super-errors"],
"sources": [
{
"dir": "src",
"dir": "src"
},
{
"dir": "__tests__",
"type": "dev"
}
],
"bs-dev-dependencies": [
"bs-jest"
],
"bs-dev-dependencies": ["@glennsl/bs-jest"],
"refmt": 3
}
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
Loading

0 comments on commit 8c5d0ba

Please sign in to comment.