Skip to content

Commit a33bae7

Browse files
committed
publish ready
1 parent 9aa68cd commit a33bae7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/test-snaps/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@metamask/test-snaps",
33
"version": "2.28.1",
4-
"private": true,
54
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
65
"keywords": [
76
"MetaMask",
@@ -18,7 +17,12 @@
1817
},
1918
"license": "ISC",
2019
"sideEffects": false,
21-
"files": [],
20+
"files": [
21+
"dist"
22+
],
23+
"publishConfig": {
24+
"access": "public"
25+
},
2226
"scripts": {
2327
"build": "cross-env NODE_ENV=production webpack",
2428
"build:clean": "yarn clean && yarn build",

0 commit comments

Comments
 (0)