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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glebm@google.com>2015-02-25 04:01:12 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-03-16 18:38:18 +0300
commit49322ce2a323f1ccb06dabeb73b6cb8f4bc578fd (patch)
treeb1cde5582400e00c90ca991aa9d633e66b5a1509
parentc9c87b8199eb68dec7449f1b13b3d36010d6d048 (diff)
package.json: update devDependencies
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 10596ae..2805d8c 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,8 @@
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
- "node-sass": "~1.0",
- "mincer": "~1.1",
+ "node-sass": "~2.0",
+ "mincer": "~1.2",
"ejs": "~1.0"
}
}