File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " al-azure-collector-js" ,
3- "version" : " 1.0 .0" ,
2+ "name" : " @alertlogic/ al-azure-collector-js" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Alert Logic Azure Collector Common Library" ,
5- "repository" : {},
6- "private" : true ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/alertlogic/al-azure-collector-js#npm"
9+ },
710 "scripts" : {
811 "lint" : " jshint --show-non-errors --exclude \" ./node_modules/*\" **/*.js" ,
912 "test" : " JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura mocha --colors --reporter mocha-jenkins-reporter"
1013 },
14+ "main" :" index.js" ,
15+ "maintainers" : [
16+ {
17+ "name" : " Alert Logic NPM Team" ,
18+ 19+ }
20+ ],
1121 "devDependencies" : {
1222 "jshint" : " ^2.9.5" ,
1323 "mocha" : " ^3.5.3" ,
1828 "sinon" : " ^7.2.3"
1929 },
2030 "dependencies" : {
21- "al-collector-js" : " git://github.com/alertlogic/al-collector-js#master " ,
31+ "al-collector-js" : " ^1.1.2 " ,
2232 "async" : " ^2.6.1" ,
2333 "azure" : " ^2.3.1-preview" ,
2434 "parse-key-value" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments