Skip to content

Commit

Permalink
update the product
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed May 24, 2023
1 parent b38b70a commit e24cb10
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 82 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [1.2.2] 2023-05-12
## [1.2.2] 2023-05-24

- Update the dependencies
- Fix the installation issue
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Creative Tim (https://www.creative-tim.com?ref=blkdsr-license-md)
Copyright (c) 2023 Creative Tim (https://www.creative-tim.com?ref=blkdsr-license-md)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
77 changes: 0 additions & 77 deletions gulpfile.js

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"bootstrap": "4.6.2",
"chart.js": "2.9.4",
"classnames": "2.3.1",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"moment": "2.29.4",
"nouislider": "15.4.0",
"perfect-scrollbar": "1.5.5",
Expand All @@ -63,7 +61,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
Expand Down

0 comments on commit e24cb10

Please sign in to comment.