utilus.styl
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "utilus.styl", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)", | ||
"licence": "MIT", | ||
"description": "Some useful helper mixins for Stylus", | ||
"keywords": [ "stylus", "mixins" ], | ||
"keywords": [ | ||
"stylus", | ||
"mixins" | ||
], | ||
"homepage": "https://github.com/kizu/utilus.styl#readme", | ||
"bugs": { "url": "http://github.com/kizu/utilus.styl/issues" }, | ||
"bugs": { | ||
"url": "http://github.com/kizu/utilus.styl/issues" | ||
}, | ||
"repository": { | ||
@@ -22,8 +24,8 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --require should --reporter list" | ||
}, | ||
"engines": { "node": ">=0.6" } | ||
"engines": { | ||
"node": ">=0.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
13235