diff --git a/package.json b/package.json index d62909a..0998e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scss-splinter", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "index.js", "scripts": { @@ -18,5 +18,8 @@ "url": "git@github.com:sparkbox/splinter.git", "type": "git" }, - "author": "Adam Simpson " + "author": "Adam Simpson ", + "engine": { + "node": ">=4.3.2" + } }