Skip to content

Commit

Permalink
Publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaari committed Aug 29, 2023
1 parent 6279907 commit a926c80
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 982 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"packages": ["packages/*", "packages/browser-destinations/destinations/*"],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true,
"command": {
"bootstrap": {
"npmClientArgs": ["--ignore-engines", "--ignore-optional"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"karma-jasmine": "^5.1.0",
"karma-webkit-launcher": "^2.0.0",
"karma-webpack": "^5.0.0",
"lerna": "^6.5.0",
"lerna": "^7.2.0",
"lint-staged": "^10.5.3",
"open": "^8.4.0",
"os-browserify": "^0.3.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/destinations-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@segment/destinations-manifest",
"version": "1.13.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc"
Expand Down
Loading

0 comments on commit a926c80

Please sign in to comment.