Skip to content

Commit ddee610

Browse files
add publish tag (#77)
1 parent 7a4a6fa commit ddee610

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

sdk/feature-management-applicationinsights-browser/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"url": "git+https://github.com/microsoft/FeatureManagement-JavaScript.git"
2525
},
2626
"license": "MIT",
27+
"publishConfig": {
28+
"tag": "preview"
29+
},
2730
"bugs": {
2831
"url": "https://github.com/microsoft/FeatureManagement-JavaScript/issues"
2932
},

sdk/feature-management-applicationinsights-node/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"url": "git+https://github.com/microsoft/FeatureManagement-JavaScript.git"
2525
},
2626
"license": "MIT",
27+
"publishConfig": {
28+
"tag": "preview"
29+
},
2730
"bugs": {
2831
"url": "https://github.com/microsoft/FeatureManagement-JavaScript/issues"
2932
},

sdk/feature-management/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"url": "git+https://github.com/microsoft/FeatureManagement-JavaScript.git"
2727
},
2828
"license": "MIT",
29+
"publishConfig": {
30+
"tag": "preview"
31+
},
2932
"bugs": {
3033
"url": "https://github.com/microsoft/FeatureManagement-JavaScript/issues"
3134
},

0 commit comments

Comments
 (0)