Skip to content

Commit f8e0b64

Browse files
author
REDMOND\acoates
committed
fix?
1 parent 23882a5 commit f8e0b64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ado/publish.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ function doPublish() {
6262
const npmrcContents = `registry=https:${
6363
process.env.publishnpmfeed
6464
}/registry/\nalways-auth=true`;
65-
console.log(`Creating ${npmrcPath} for publishing`);
65+
console.log(`Creating ${npmrcPath} for publishing:`);
66+
console.log(npmrcContents);
6667
fs.writeFileSync(npmrcPath, npmrcContents);
6768

6869
exec(`npm publish`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.0.2-microsoft.0",
3+
"version": "0.0.2-microsoft.3",
44
"description": "[Microsoft Fork] A framework for building native apps using React",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)