@panosoft/ramda-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@panosoft/ramda-utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Utilities built on top of Ramda", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "node --harmony_arrow_functions test/test.js" | ||
"test": "node --harmony_arrow_functions test/test.js", | ||
"patch": "npm version patch && git push --follow-tags && npm publish", | ||
"minor": "npm version minor && git push --follow-tags && npm publish" | ||
}, | ||
@@ -9,0 +11,0 @@ "author": "Charles Scalfani", |
Sorry, the diff of this file is not supported yet
25347