summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-05 01:55:19 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-05 02:36:57 +0200
commitb9f8a4fb4175c96868c44b6b42758652656305c5 (patch)
treef98fe61d19b321195c2068ca3a4f13b5c9534bee /package.json
parent03a5d662e498ac295e6aab2c0322d624f76ffa2e (diff)
downloadgohugo-theme-ed-b9f8a4fb4175c96868c44b6b42758652656305c5.tar.gz
Remove no longer needed ncp
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 56e8b2e..63ff9c5 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
"devDependencies": {
"editorconfig-checker": "^4.0.2",
"eslint": "^8.19.0",
- "rimraf": "^3.0.2",
- "ncp": "^2.0.0"
+ "rimraf": "^3.0.2"
}
}