@sonarsource/sonar-dummy-js 1.0.15 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SonarSource_sonar-dummy-js&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SonarSource_sonar-dummy-js)
4
4
  [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=SonarSource_sonar-dummy-js&metric=coverage)](https://sonarcloud.io/summary/new_code?id=SonarSource_sonar-dummy-js)
5
+ [![Releasability status](https://github.com/SonarSource/sonar-dummy-js/actions/workflows/releasability.yml/badge.svg)](https://github.com/SonarSource/sonar-dummy-js/actions/workflows/releasability.yml)
5
6
 
6
7
  A sample project used for testing purposes
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarsource/sonar-dummy-js",
3
- "version": "1.0.15",
3
+ "version": "2.0.0",
4
4
  "description": "Dummy project making use of SonarSource organization tools for releasing NPM projects",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "README.md"
14
14
  ],
15
15
  "repository": "git@github.com:SonarSource/sonar-dummy-js.git",
16
- "author": "DevInfra Squad <platform.devinfra@sonarsource.com>",
16
+ "author": "Engineering Experience Squad <platform.eng-ex@sonarsource.com>",
17
17
  "license": "LGPLv3",
18
18
  "devDependencies": {
19
19
  "jest": "^29.7.0"
package/src/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  function helloNpm() {
8
- return "hello NPM"
8
+ return "hello NPM"
9
9
  }
10
10
 
11
11
  module.exports = helloNpm