@amoo-miki/numeral
Advanced tools
Comparing version 2.5.1-rc.1 to 2.6.0-rc.1
@@ -48,3 +48,2 @@ const fs = require('fs'); | ||
grunt.registerTask('build-languages', function () { | ||
console.log('1'); | ||
const langs = fs.readdirSync(path.resolve(__dirname, 'languages')) | ||
@@ -80,3 +79,2 @@ .map(filename => { | ||
.join(',\n'); | ||
console.log('2'); | ||
@@ -90,3 +88,2 @@ fs.writeFileSync( | ||
); | ||
console.log('3'); | ||
}); | ||
@@ -93,0 +90,0 @@ |
@@ -468,3 +468,3 @@ /*! | ||
if (d.indexOf('.') != -1 && d.split('.')[1].length) { | ||
if (d.indexOf('.') !== -1 && d.split('.')[1].length) { | ||
d = languages[currentLanguage].delimiters.decimal + d.split('.')[1]; | ||
@@ -471,0 +471,0 @@ } else { |
{ | ||
"name": "@amoo-miki/numeral", | ||
"version": "2.5.1-rc.1", | ||
"description": "Fork of numeraljs for use in Kibana", | ||
"version": "2.6.0-rc.1", | ||
"description": "Fork of numeraljs for use in OpenSearch Dashboards", | ||
"authors": [ | ||
"Adam Draper <adamwdraper@gmail.com> (http://github.com/adamwdraper)", | ||
"Spencer Alger <spalger@users.noreply.github.com>", | ||
"Chris Earle <pickypg+npm@elastic.co>" | ||
"Chris Earle <pickypg+npm@elastic.co>", | ||
"AMoo-Miki" | ||
], | ||
@@ -15,11 +16,8 @@ "scripts": { | ||
"main": "./numeral.js", | ||
"engines": { | ||
"node": ">= 16" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/elastic/numeral-js.git" | ||
"url": "git+https://github.com/AMoo-Miki/numeral-js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/elastic/numeral-js/issues" | ||
"url": "https://github.com/AMoo-Miki/numeral-js/issues" | ||
}, | ||
@@ -26,0 +24,0 @@ "license": "MIT", |
169622
5269