Skip to content

Commit

Permalink
add flow bindings (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Aug 4, 2017
1 parent 73aeebd commit ae56513
Show file tree
Hide file tree
Showing 10 changed files with 2,902 additions and 441 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
coverage/
coverage/
*.flow.js
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ bower_components/
reports/
dist/
coverage/
.nyc_output
.nyc_output
.flowconfig
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = function(grunt) {
concat: {
dist: {
files: {
'<%= pkg.browser %>': '<%= pkg.browser %>',
'<%= minified %>': '<%= minified %>'
}
},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "currency.js",
"main": [
"dist/currency.cjs.js"
"dist/currency.js"
],
"version": "1.0.0-rc1",
"homepage": "http://scurker.github.io/currency.js",
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Global currency settings removed. Settings are now passed per currency.js instance.
* Different precision currencies supported. ([#29](https://github.com/scurker/currency.js/issues/29))
* Added Typescript definition. ([#36](https://github.com/scurker/currency.js/issues/36))
* Added Flow definition. ([#37](https://github.com/scurker/currency.js/issues/37))

**0.4.4**

Expand Down

0 comments on commit ae56513

Please sign in to comment.