Skip to content

Commit e24cb10

Browse files
committed
update the product
1 parent b38b70a commit e24cb10

File tree

4 files changed

+3
-82
lines changed

4 files changed

+3
-82
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [1.2.2] 2023-05-12
3+
## [1.2.2] 2023-05-24
44

55
- Update the dependencies
66
- Fix the installation issue

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

gulpfile.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
"bootstrap": "4.6.2",
3939
"chart.js": "2.9.4",
4040
"classnames": "2.3.1",
41-
"gulp": "4.0.2",
42-
"gulp-append-prepend": "1.0.9",
4341
"moment": "2.29.4",
4442
"nouislider": "15.4.0",
4543
"perfect-scrollbar": "1.5.5",
@@ -63,7 +61,7 @@
6361
},
6462
"scripts": {
6563
"start": "react-scripts start",
66-
"build": "react-scripts build && gulp licenses",
64+
"build": "react-scripts build",
6765
"test": "react-scripts test",
6866
"eject": "react-scripts eject",
6967
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",

0 commit comments

Comments
 (0)