Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-18 11:49:41 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 12:13:30 +0300
commit80527e19c691874bf4fe43cc9cfd4d11119df45c (patch)
tree9a1f86d6b9822dc98db79bd8674558466db4e108
parent51a7a7942beafde2b08e54f0b4c491b1e93bceab (diff)
package.json: Be more explicit with the included files.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f69e314..22effda 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"node": ">=6"
},
"files": [
- "tasks",
+ "tasks/*.js",
"LICENSE-MIT"
],
"scripts": {