Skip to content

Commit

Permalink
include only minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-man committed Aug 13, 2021
1 parent 05a3769 commit bc8f3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svantic",
"version": "0.1.5",
"version": "0.1.6",
"main": "./src/index.js",
"module": "./src/index.js",
"svelte": "./src/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"files": [
"src",
"semantic/dist/components"
"semantic/dist/components/**/*.min.*"
],
"directories": {
"test": "test"
Expand Down

0 comments on commit bc8f3aa

Please sign in to comment.