Skip to content

Commit dee1cbf

Browse files
committed
Update library version in package.json
1 parent 043bf53 commit dee1cbf

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "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
"repository": {
8-
"type": "git",
9-
"url": "git+https://github.com/AfipSDK/afip.js"
10-
},
8+
"type": "git",
9+
"url": "git+https://github.com/AfipSDK/afip.js"
10+
},
1111
"keywords": [
12-
"web-service",
13-
"factura-electronica",
14-
"padron",
15-
"afip"
16-
],
12+
"web-service",
13+
"factura-electronica",
14+
"padron",
15+
"afip"
16+
],
1717
"author": "AfipSDK <[email protected]>",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/AfipSDK/afip.js/issues"
21-
},
20+
"url": "https://github.com/AfipSDK/afip.js/issues"
21+
},
2222
"homepage": "https://github.com/AfipSDK/afip.js#readme",
2323
"dependencies": {
24-
"node-forge": "^0.8.5",
25-
"soap": "^0.24.0",
26-
"xml2js": "^0.4.22"
27-
},
24+
"node-forge": "^0.8.5",
25+
"soap": "^0.24.0",
26+
"xml2js": "^0.4.22"
27+
},
2828
"engines" : { "node" : ">=7.0" }
29-
}
29+
}

0 commit comments

Comments
 (0)