We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa68cd commit a33bae7Copy full SHA for a33bae7
packages/test-snaps/package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@metamask/test-snaps",
3
"version": "2.28.1",
4
- "private": true,
5
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
6
"keywords": [
7
"MetaMask",
@@ -18,7 +17,12 @@
18
17
},
19
"license": "ISC",
20
"sideEffects": false,
21
- "files": [],
+ "files": [
+ "dist"
22
+ ],
23
+ "publishConfig": {
24
+ "access": "public"
25
+ },
26
"scripts": {
27
"build": "cross-env NODE_ENV=production webpack",
28
"build:clean": "yarn clean && yarn build",
0 commit comments