Skip to content

Commit bc8e174

Browse files
committed
chore: drop test prefix from generated node pkg desc
1 parent cb3a26d commit bc8e174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "${node_pkg}",
33
"version": "${pkg_version}",
4-
"description": "TEST - Platform Specific Broker CLI for @pact-foundation/pact ${node_os}-${node_arch}",
4+
"description": "Platform Specific Broker CLI for @pact-foundation/pact ${node_os}-${node_arch}",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/pact-foundation/pact-js-cli.git"

0 commit comments

Comments
 (0)