babel-plugin-curried-functions
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "babel-plugin-curried-functions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -20,3 +20,4 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0" | ||
"@babel/core": "^7.0.0-0", | ||
"babel-curry-syntax-parser": "^7.12.0" | ||
}, | ||
@@ -23,0 +24,0 @@ "devDependencies": { |
3836
2