Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 28, 2020
1 parent 5828ae3 commit fc09ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"node": ">=10"
},
"files": [
"dist/{css,js,img}/*.{css,js,map,svg}",
"js/**/*.{js,map}",
"img/**/*.{svg}",
"scss/**/*.scss"
"dist/**/*",
"src/js/**/*.{js,map}",
"src/img/**/*.{svg}",
"src/scss/**/*.scss"
],
"style": "dist/css/tabler.css",
"sass": "src/scss/tabler.scss",
Expand Down
1 change: 0 additions & 1 deletion src/js/demo.js

This file was deleted.

0 comments on commit fc09ee1

Please sign in to comment.