@unction/flip
Advanced tools
Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "@unction/flip", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Flips a function's first and second arguments.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"check": "flow-typed install && flow check", | ||
"ci": "npm run test && npm run lint && npm run check", | ||
"ci": "npm run test", | ||
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'" | ||
@@ -30,0 +30,0 @@ }, |
3369