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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-03-04 23:37:46 +0300
committerGitHub <noreply@github.com>2019-03-04 23:37:46 +0300
commit020b7a9e802490f5f57db12b7776246bf725e8e2 (patch)
tree35afb208bda5159ab21f6e946b712cc0c7dd8def
parent22f75cc3216cc42e7feebc052583ae9983656e68 (diff)
package.json: add an empty dependencies key (#113)
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2022fff..6d15470 100644
--- a/package.json
+++ b/package.json
@@ -49,6 +49,7 @@
"pre-commit": "npm test"
}
},
+ "dependencies": {},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-less": "^4.0.1",