Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/codice.fiscale.amd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/codice.fiscale.commonjs2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/codice.fiscale.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/codice.fiscale.var.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "codice-fiscale-js",
"version": "2.3.23",
"name": "@alcastel/codice-fiscale-js",
"version": "1.0.1",
"description": "The Italian Tax Code Library for Javascript and Typescript",
"main": "dist/codice.fiscale.commonjs2.js",
"types": "types/codice-fiscale.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/lucavandro/CodiceFiscaleJS.git"
"url": "git://github.com/albicasty/CodiceFiscaleJS"
},
"directories": {
"test": "tests"
Expand All @@ -32,12 +32,7 @@
"rename": "node utils.js",
"webpack": "webpack"
},
"author": "Luca Vandro <lucavandro@gmail.com>",
"contributors": [
"Walter Barbagallo <brb.walter@gmail.com>",
"Marco Pesani <marco.pesani@gmail.com>",
"Arsenio Siani <arsenio.siani@gmail.com>"
],
"author": "Alberto Castella <alberto.castella@gmail.com>",
"license": "CC BY SA",
"standard": {
"ignore": [
Expand Down
5 changes: 3 additions & 2 deletions src/lista-comuni.js
Original file line number Diff line number Diff line change
Expand Up @@ -12593,6 +12593,7 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["L434","MI","TRIUGGIO",0],
["L435","CB","TRIVENTO",1],
["L436","BI","TRIVERO",0],
["L436","VC","TRIVERO",1],
["L437","FR","TRIVIGLIANO",1],
["L438","UD","TRIVIGNANO UDINESE",1],
["L439","PZ","TRIVIGNO",1],
Expand Down Expand Up @@ -13448,8 +13449,8 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["M037","TN","VILLE DEL MONTE",0],
["M431","TN","VILLE DI FIEMME",1],
["M432","TP","MISILISCEMI",1],
["M433","VA","BARDELLO CON MALGESSO E BREGNANO",1],
["M434","AT","MORANSENGO-TONENGO",1],
["M433","VA","BARDELLO CON MALGESSO E BREGNANO",1],
["M434","AT","MORANSENGO-TONENGO",1],
["M038","GO","VILLE MONTEVECCHIO",0],
["M039","IM","VILLE SAN PIETRO",0],
["M040","IM","VILLE SAN SEBASTIANO",0],
Expand Down