linkbox-price-service
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -16,4 +16,5 @@ export declare class CalculateProps { | ||
periodicPrice: number; | ||
includesTaxes: boolean; | ||
}; | ||
export declare function calculatePrice(props: CalculateProps): Price; | ||
export {}; |
@@ -48,2 +48,3 @@ "use strict"; | ||
periodicPrice: periodicPrice(prices, props), | ||
includesTaxes: props.currency === 'EUR', | ||
}; | ||
@@ -50,0 +51,0 @@ } |
{ | ||
"name": "linkbox-price-service", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -9,4 +9,3 @@ "main": "lib/price-calculator.js", | ||
"lint": "eslint src --ext .ts", | ||
"build": "tsc", | ||
"release": "yarn build && npm publish" | ||
"build": "tsc" | ||
}, | ||
@@ -13,0 +12,0 @@ "license": "UNLICENSED", |
@@ -8,3 +8,3 @@ # linkbox price service | ||
yarn build | ||
yarn run publish | ||
npm publish | ||
``` |
10154
316