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

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Moatty <alexandre.moatty@gmail.com>2017-01-02 22:57:52 +0300
committerGitHub <noreply@github.com>2017-01-02 22:57:52 +0300
commitdcf47676d3b0a338b8b9a9dfdf25ce9eb88cdef4 (patch)
tree79e96765e5c31d606967e71dcd23dfaf21fd15ef
parenta5b30f4bcdc43ca04e9ba82ddcb0331d10d6e765 (diff)
Fix package.json
Autoprefixer dependency missing.
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 539d906..1676d63 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"author": "Jason Long",
"scss": "./scss/cayman.scss",
"devDependencies": {
+ "autoprefixer": "^6.6.0",
"grunt-browser-sync": "~2.1.1",
"grunt": "~1.0.1",
"grunt-postcss": "~0.8.0",