]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: correctly name the folder in `files` field
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 14:41:36 +0000 (22:41 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 14:41:36 +0000 (22:41 +0800)
package.json

index f27499c22232445465ad0026f01483a1401378a4..5c2e1e9b0c6789d999b3448ea837ed974faf26a0 100644 (file)
@@ -10,7 +10,7 @@
   "files": [
     "index.js",
     "utils",
-    "templates"
+    "template"
   ],
   "engines": {
     "node": "^12.13.0 || ^14.0.0 || >= 16.0.0"