Comparing version 2.31.0 to 2.32.0
{ | ||
"name": "ipwa", | ||
"version": "2.31.0", | ||
"version": "2.32.0", | ||
"author": "Sreeram Padmanabhan", | ||
@@ -252,2 +252,5 @@ "license": "ISC", | ||
], | ||
"moduleNameMapper": { | ||
"@src(.*)$": "<rootDir>/src/$1" | ||
}, | ||
"modulePathIgnorePatterns": [ | ||
@@ -254,0 +257,0 @@ "cypress", |
16244