Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jonlaing/rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlaing committed May 20, 2018
2 parents c431d6c + 88c7e69 commit 2e05e16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Rationale is inspired by [RamdaJS](http://ramdajs.com/). It is a collection of h

Note that not all of Ramda was ported over, as many of Ramda's utilities are making up for deficits in Javascript, which Reason doesn't have. Furthermore, many of the functions that operate on objects, simply don't make sense in Reason.

Installation
--------------------------------------------------------------------------------

Run `npm install --save rationale` and add `rationale` to `bs-dependencies` in `bsconfig.json`.

Features
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "dev"
}
],
"bs-dependencies": [
"bs-dev-dependencies": [
"bs-jest"
],
"namespace": true,
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
],
"license": "MIT",
"devDependencies": {
"bs-platform": "2.0.0"
},
"dependencies": {
"bs-platform": "2.0.0",
"bs-jest": "^0.2.0"
}
}
},
"dependencies": {}
}

0 comments on commit 2e05e16

Please sign in to comment.