diff options
| author | XhmikosR <[email protected]> | 2014-03-07 08:42:48 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-07 08:44:43 +0200 |
| commit | 29d2de869e5118ee78e8d12a2c7e03933c116d64 (patch) | |
| tree | 055a5d1989f424e6aa1c36ec1696714f7dbd6a2e | |
| parent | 7e299c6a49bced5d2c2581a5504ddf7dbcaf041f (diff) | |
| download | bootstrap-29d2de869e5118ee78e8d12a2c7e03933c116d64.tar.xz bootstrap-29d2de869e5118ee78e8d12a2c7e03933c116d64.zip | |
Specify engines in package.json.
Things don't work with older versions.
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 3132b3ff8..aeed2a900 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,9 @@ "markdown": "~0.5.0", "css-flip": "~0.3.0" }, + "engines": { + "node": "~0.10.1" + }, "jspm": { "main": "js/bootstrap", "directories": { |
