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.
2 parents 5981fdf + 63cf1ca commit 99cfe89Copy full SHA for 99cfe89
package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0",
4
"main": "./dist/index.js",
5
"types": "./dist/index.d.ts",
6
+ "type": "module",
7
"files": [
8
"dist"
9
],
@@ -53,7 +54,7 @@
53
54
"nyc": "^15.1.0",
55
"sinon": "^9.2.4",
56
"sinon-chai": "~3.5.0",
- "sonarqube-scanner": "^2.8.1",
57
+ "sonarqube-scanner": "^3.5.0",
58
"ts-node": "9.1.1",
59
"typescript": "4.1.6"
60
},
sonar-project.properties
@@ -1,8 +1,7 @@
1
-sonar.projectKey=api-sdk-node
+sonar.projectKey=uk.gov.companieshouse:api-sdk-node
2
sonar.host.url=${env.CODE_ANALYSIS_HOST_URL}
-sonar.login=${env.CODE_ANALYSIS_LOGIN}
-sonar.password=${env.CODE_ANALYSIS_PASSWORD}
+sonar.token=${env.CODE_ANALYSIS_TOKEN}
sonar.sources=src
sonar.tests=test
0 commit comments