tonal-interval
Advanced tools
Comparing version 0.50.0 to 0.50.1
@@ -63,3 +63,3 @@ 'use strict'; | ||
const CLASSES = [0, 1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1] | ||
var CLASSES = [0, 1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1] | ||
/** | ||
@@ -66,0 +66,0 @@ * Get the [interval class](https://en.wikipedia.org/wiki/Interval_class) |
@@ -62,3 +62,3 @@ import { asIvlPitch, ivlFn, chr, fifths, focts, dir, | ||
const CLASSES = [0, 1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1] | ||
var CLASSES = [0, 1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1] | ||
/** | ||
@@ -65,0 +65,0 @@ * Get the [interval class](https://en.wikipedia.org/wiki/Interval_class) |
{ | ||
"name": "tonal-interval", | ||
"version": "0.50.0", | ||
"version": "0.50.1", | ||
"description": "Music interval creation and manipulation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
20127