Skip to content

Commit

Permalink
Corrected errors by coping files
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 4, 2024
1 parent 9b8483e commit 21618f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default App;
-->

## Changelog
### 4.0.0 (2024-09-04)
### **WORK IN PROGRESS**
* (bluefox) Improvement for vis-2 widgets
* (bluefox) Removed gulp from a build process

Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis-2-widgets-react-dev/issues"
},
"files": [
"dist",
"src",
"*.js",
"tsconfig.json",
"tsconfig.build.json",
"LICENSE"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis-2-widgets-react-dev#readme",
"dependencies": {
"@mui/icons-material": "^6.0.2",
Expand Down
3 changes: 2 additions & 1 deletion tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ function compileAll() {
'craco-module-federation.js',
'searchI18n.js',
'gulpHelper.js',
'buildHelper.js',
], 'dist');

copyFiles([
'src/**/*.*',
'src/*',
], 'dist/src');
});
}
Expand Down

0 comments on commit 21618f2

Please sign in to comment.