code refactoring
Showing
... | ... | @@ -4,7 +4,6 @@ |
"description": "test task for Etersoft", | ||
"main": "index.js", | ||
"dependencies": { | ||
"chart.js": "^2.7.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
... | ... | @@ -14,7 +13,8 @@ |
"gulp-babel": "^8.0.0", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-minify-css": "^1.2.4", | ||
"gulp-uglify-es": "^1.0.4" | ||
"gulp-uglify-es": "^1.0.4", | ||
"gulp-rename": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
... | ... |
src/js/components/Table.js
0 → 100644
src/js/httpReq.js
0 → 100644
Please
register
or
sign in
to comment