Skip to content

Commit aae591e

Browse files
Add in files dir to package.json as now ignored (#291)
1 parent 4e73476 commit aae591e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@duckduckgo/content-scope-scripts",
33
"license": "Apache-2.0",
4+
"files": [
5+
"build/",
6+
"Sources/ContentScopeScripts/dist/"
7+
],
48
"scripts": {
59
"postinstall": "npm run copy-sjcl",
610
"copy-sjcl": "node scripts/generateSJCL.js",

0 commit comments

Comments
 (0)