Skip to content

Commit 326f28e

Browse files
committed
Marks package as non-private
Change-Id: I809e4fdf1bd3cc4b58f633ebc5913c0e180b64d1
1 parent 6497b19 commit 326f28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "actions-on-google-testing",
33
"description": "This is an end-to-end testing library for developers building actions",
44
"version": "0.0.1",
5-
"private": true,
5+
"private": false,
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
@@ -21,4 +21,4 @@
2121
"promise.prototype.finally": "3.1.0",
2222
"winston": "2.2.0"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)