We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7c40 commit dd5efddCopy full SHA for dd5efdd
package.json
@@ -3,8 +3,12 @@
3
"version": "0.1.0",
4
"description": "Install optimizely-sdk from production, to check dependencies",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/optimizely/javascript-sdk-check.git"
9
+ },
10
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
11
+ "test": "npm audit"
12
},
13
"author": "tyler@optimizely.com",
14
"license": "MIT",
0 commit comments