@microsoft/esrp-release-test-integration 5.0.63 → 26.226.123504
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 +3 -3
- package/index.js +5 -5
- package/package.json +13 -12
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Test NPM Package
|
|
2
|
-
|
|
3
|
-
This is a test package for npm BVT (Build Verification Test).
|
|
1
|
+
# Test NPM Package
|
|
2
|
+
|
|
3
|
+
This is a test package for npm BVT (Build Verification Test).
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
greet: function(name) {
|
|
3
|
-
return `Hello, ${name}!`;
|
|
4
|
-
}
|
|
5
|
-
};
|
|
1
|
+
module.exports = {
|
|
2
|
+
greet: function(name) {
|
|
3
|
+
return `Hello, ${name}!`;
|
|
4
|
+
}
|
|
5
|
+
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/esrp-release-test-integration",
|
|
3
|
+
"version": "26.226.123504",
|
|
4
|
+
"description": "Test npm package for BVT",
|
|
5
|
+
"mcpName": "com.microsoft.esrp/esrp-oss-mcp-test",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 0"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [],
|
|
11
|
+
"author": "",
|
|
12
|
+
"license": "MIT"
|
|
13
|
+
}
|