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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-10-17 00:45:56 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-10-17 00:45:56 +0400
commit493de1c05954449c4be72405a68bf5c41b70f791 (patch)
tree81cb84cf5c72a1040f8ca25c433d0b6239832d69 /package.json
parent8de762fb35f06a74b75c2ad0a5dd1940e1d61446 (diff)
specify npm versions
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 6085dd97..27e1bf2d 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,8 @@
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
- "node-sass": "*",
- "mincer": "*",
- "ejs": "*"
+ "node-sass": "~1.0",
+ "mincer": "~1.1",
+ "ejs": "~1.0"
}
}