copy-and-watch
Advanced tools
Comparing version
{ | ||
"name": "copy-and-watch", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Synchronize files or folders locally, with a watch option", | ||
@@ -28,9 +28,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"chokidar": "3.4.1", | ||
"chokidar": "3.5.2", | ||
"colors": "1.4.0", | ||
"glob": "7.1.6", | ||
"glob-parent": "5.1.1" | ||
"glob": "7.2.0", | ||
"glob-parent": "6.0.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.6.0" | ||
"eslint": "^8.2.0" | ||
}, | ||
@@ -41,4 +41,4 @@ "scripts": { | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=10" | ||
} | ||
} |
@@ -37,4 +37,4 @@ # copy-and-watch | ||
"scripts": { | ||
"build": "copy-and-watch src/**/*.{html,json} src/**/fonts/* dist", | ||
"watch": "copy-and-watch --watch src/**/*.{html,json} src/**/{fonts,images}/* dist" | ||
"build": "copy-and-watch src/**/*.{html,json} src/**/fonts/* dist/", | ||
"watch": "copy-and-watch --watch src/**/*.{html,json} src/**/{fonts,images}/* dist/" | ||
} | ||
@@ -41,0 +41,0 @@ } |
6539
0.05%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated