Skip to content

Commit e1237fa

Browse files
committed
0.6.1
1 parent c561444 commit e1237fa

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"name": "@afipsdk/afip.js",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Libreria para usar los Web Services de AFIP con JavaScript",
55
"main": "src/Afip.js",
66
"scripts": {
77
"test": "echo \"No test specified\""
88
},
99
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/AfipSDK/afip.js"
12-
},
10+
"type": "git",
11+
"url": "git+https://github.com/AfipSDK/afip.js"
12+
},
1313
"keywords": [
14-
"web-service",
15-
"factura-electronica",
16-
"padron",
17-
"afip"
18-
],
14+
"web-service",
15+
"factura-electronica",
16+
"padron",
17+
"afip"
18+
],
1919
"author": "AfipSDK <[email protected]>",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/AfipSDK/afip.js/issues"
23-
},
22+
"url": "https://github.com/AfipSDK/afip.js/issues"
23+
},
2424
"homepage": "https://github.com/AfipSDK/afip.js#readme",
2525
"dependencies": {
26-
"node-forge": "^0.8.5",
27-
"soap": "^0.24.0",
28-
"xml2js": "^0.4.22"
29-
},
30-
"engines" : { "node" : ">=7.0" }
31-
}
26+
"node-forge": "^0.8.5",
27+
"soap": "^0.24.0",
28+
"xml2js": "^0.4.22"
29+
},
30+
"engines": {
31+
"node": ">=7.0"
32+
}
33+
}

0 commit comments

Comments
 (0)