Skip to content

Commit fb79bb1

Browse files
committed
Update package.json to add test script
1 parent eca647c commit fb79bb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.6.1",
44
"description": "Libreria para usar los Web Services de AFIP con JavaScript",
55
"main": "src/Afip.js",
6-
"scripts": {},
6+
"scripts": {
7+
"test": "echo \"No test specified\""
8+
},
79
"repository": {
810
"type": "git",
911
"url": "git+https://github.com/AfipSDK/afip.js"

0 commit comments

Comments
 (0)