Skip to content

Commit dd5efdd

Browse files
author
Tyler Brandt
committed
add repo/test commands
1 parent 8ce7c40 commit dd5efdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"version": "0.1.0",
44
"description": "Install optimizely-sdk from production, to check dependencies",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/optimizely/javascript-sdk-check.git"
9+
},
610
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "npm audit"
812
},
913
"author": "tyler@optimizely.com",
1014
"license": "MIT",

0 commit comments

Comments
 (0)