corva-convert-units
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -23,9 +23,17 @@ var metric, imperial; | ||
imperial = { | ||
'ft-lb': { | ||
'ft-lbf': { | ||
name: { | ||
singular: 'Foot Pound', | ||
plural: 'Foot Pounds', | ||
display: 'ft-lb' | ||
display: 'ft/lbf' | ||
}, | ||
to_anchor: 1 | ||
}, | ||
'ft-klbf': { | ||
name: { | ||
singular: 'Foot Kilopound', | ||
plural: 'Foot Kilopounds', | ||
display: 'ft/klbf' | ||
}, | ||
to_anchor: 1000 | ||
} | ||
@@ -32,0 +40,0 @@ }; |
@@ -33,5 +33,5 @@ var metric, imperial; | ||
name: { | ||
singular: 'Kilo-Pound Force', | ||
plural: 'Kilo-Pound Force', | ||
display: 'kft-lb' | ||
singular: 'Kilopound Force', | ||
plural: 'Kilopound Force', | ||
display: 'klbf' | ||
}, | ||
@@ -38,0 +38,0 @@ to_anchor: 1000 |
@@ -17,3 +17,4 @@ var convert, keys = require('lodash.keys'), | ||
force: require('./definitions/force'), | ||
density: require('./definitions/density') | ||
density: require('./definitions/density'), | ||
mpl: require('./definitions/mpl') | ||
}, | ||
@@ -20,0 +21,0 @@ Converter; |
{ | ||
"name": "corva-convert-units", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Convert between quantities in different units", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28644
21
1399