Skip to content

Commit d8965fc

Browse files
authored
chore(synthetics-alpha): remove deprecated flag from package.json (#27505)
This is just a hunch, but [this](https://stackoverflow.com/questions/67849132/verdaccio-publish-new-package) stack overflow answer claims that the `deprecated` tag equals malformed package.json and that is the reason for the `no such package available` error I am seeing in testing. We've added this `deprecated` tag before and it's been fine and as far as I know we don't use Verdaccio when we release but only when we test (not entirely sure of the truthfulness of that statement). However, this line is not important enough to me anyway, so I'm removing it. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 6143b16 commit d8965fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@aws-cdk/aws-synthetics-alpha/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@
117117
"naming/package-matches-directory",
118118
"assert/assert-dependency"
119119
]
120-
},
121-
"deprecated": "This package has been stabilized in aws-cdk-lib is no longer being updated under the -alpha name. Users should migrate to aws-<module> in aws-cdk-lib."
120+
}
122121
}

0 commit comments

Comments
 (0)