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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index e38e69e..c93fec8 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
{
"name": "spectre.css",
- "version": "0.3.1",
+ "version": "0.3.2",
"homepage": "http://picturepan2.github.io/spectre",
"author": "Yan Zhu <picturepan2@hotmail.com>",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
"main": "docs/dist/spectre.css",
"repository": {
"type": "git",
- "url": "git+https://github.com/picturepan2/spectre.git"
+ "url": "https://github.com/picturepan2/spectre.git"
},
"files": [
"dist",
@@ -32,9 +32,9 @@
},
"devDependencies": {
"gulp": "^3.9.1",
- "gulp-clean-css": "^3.0.3",
+ "gulp-clean-css": "^3.7.0",
"gulp-csscomb": "^3.0.8",
- "gulp-less": "^3.3.0",
+ "gulp-less": "^3.3.2",
"gulp-rename": "^1.2.2",
"less-plugin-autoprefix": "^1.5.1"
}