Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkellum committed Apr 3, 2017
1 parent b16ba07 commit 6cce44d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modularscale-js",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "http://modularscale.com/",
"authors": [
"scottkellum <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion modularscale.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ function msFunction(v,settings) {

function ms(v,settings) {
return msFunction(v,settings);
}
}

module.exports = ms;
2 changes: 1 addition & 1 deletion modularscale.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modularscale-js",
"version": "3.0.0",
"version": "3.0.1",
"description": "A modular scale calculator written in JavaScript",
"homepage": "http://www.modularscale.com/",
"bugs": {
Expand Down

0 comments on commit 6cce44d

Please sign in to comment.