Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 10, 2024
1 parent cbf65a4 commit 8851a5c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,24 +106,7 @@
"webpack-merge": "^5.9.0"
},
"files": [
"ts/**/*.ts",
"src/ts/**/*.ts",
"dist/ts/**/*.ts",
"js/**/*.{js,map,d.ts}",
"src/js/**/*.{js,map,d.ts}",
"dist/js**/*.{js,map,d.ts}",
"scss**/*.{scss}",
"src/scss**/*.{scss}",
"dist/scss**/*.{scss}",
"css/**/*.{css,map}",
"src/css/**/*.{css,map}",
"dist/css/**/*.{css,map}",
"svg/**/*.{svg}",
"src/svg/**/*.{svg}",
"dist/svg/**/*.{svg}",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"src/font/**/*.{eot,otf,ttf,woff,woff2}",
"dist/font/**/*.{eot,otf,ttf,woff,woff2}",
"!.DS_Store"
"src/scss/**"

]
}

0 comments on commit 8851a5c

Please sign in to comment.