mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
fix bug #50
This commit is contained in:
parent
9776a520d9
commit
2683a2f9d5
1
dist/codice-fiscale-var.js
vendored
Normal file
1
dist/codice-fiscale-var.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "codice-fiscale-js",
|
"name": "codice-fiscale-js",
|
||||||
"version": "2.3.5",
|
"version": "2.3.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -6347,9 +6347,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"ini": {
|
"ini": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.8",
|
||||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
||||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"inquirer": {
|
"inquirer": {
|
||||||
|
@ -24,11 +24,12 @@
|
|||||||
"webpack-cli": "^3.3.12"
|
"webpack-cli": "^3.3.12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "webpack && rename",
|
||||||
"clean": "rm ./example/codice.fiscale.var.js",
|
"clean": "rm ./example/codice.fiscale.var.js",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"fix": "standard --fix",
|
"fix": "standard --fix",
|
||||||
"standard": "standard"
|
"standard": "standard",
|
||||||
|
"rename": "node utils.js"
|
||||||
},
|
},
|
||||||
"author": "Luca Vandro <lucavandro@gmail.com>",
|
"author": "Luca Vandro <lucavandro@gmail.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
Loading…
Reference in New Issue
Block a user