Skip to content

Commit

Permalink
Add inch-pound
Browse files Browse the repository at this point in the history
  • Loading branch information
cannawen committed Oct 30, 2017
1 parent c393cb8 commit 986c80c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/conversion/torque/lb_per_in.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const shared = require('../shared_conversion_functions');
const torque = require('./_torque');

module.exports = {
"imperialUnits" : [/(?:pounds?|lbs?)[ -⋅]?(?:inch|in)/],
"imperialUnits" : [/(?:pounds?|lbs?)[ -⋅]?(?:inch|in)/,
/(?:inch|in)[ -⋅]?(?:pounds?|lbs?)/],
"standardInputUnit" : " lb⋅in",
"isInvalidInput" : shared.isZeroOrNegative,
"isWeaklyInvalidInput" : shared.isHyperbole,
Expand Down

0 comments on commit 986c80c

Please sign in to comment.