canadian-sales-tax
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "canadian-sales-tax", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"homepage": "github.com/wiredmax/canadian-sales-tax", | ||
@@ -5,0 +5,0 @@ "authors": [ |
# Versions | ||
## v0.0.3 - (2014/12/29) | ||
* Bump version to keep npm package integrity. | ||
## v0.0.2 - (2014/12/29) | ||
* Fixed issue where some Provicial Sales tax codes were not `PST`. | ||
## v0.0.1 - (2014/12/28) | ||
* Initial version of the project. |
@@ -23,3 +23,3 @@ { | ||
{ | ||
"code": "QST", | ||
"code": "PST", | ||
"name": "Provincial sales tax", | ||
@@ -41,3 +41,3 @@ "type": "provincial", | ||
{ | ||
"code": "QST", | ||
"code": "PST", | ||
"name": "Provincial sales tax", | ||
@@ -153,3 +153,3 @@ "type": "provincial", | ||
{ | ||
"code": "QST", | ||
"code": "PST", | ||
"name": "Provincial sales tax", | ||
@@ -156,0 +156,0 @@ "type": "provincial", |
@@ -12,3 +12,3 @@ { | ||
{ | ||
"code": "QST", | ||
"code": "PST", | ||
"name": "Provincial sales tax", | ||
@@ -15,0 +15,0 @@ "type": "provincial", |
@@ -12,3 +12,3 @@ { | ||
{ | ||
"code": "QST", | ||
"code": "PST", | ||
"name": "Provincial sales tax", | ||
@@ -15,0 +15,0 @@ "type": "provincial", |
@@ -12,3 +12,3 @@ { | ||
{ | ||
"code": "QST", | ||
"code": "PST", | ||
"name": "Provincial sales tax", | ||
@@ -15,0 +15,0 @@ "type": "provincial", |
{ | ||
"name": "canadian-sales-tax", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "Canadian sales tax in JSON", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14311