v0.0.12-alpha.4

This commit is contained in:
Wlad 2021-04-27 14:21:23 +02:00
parent df904e3552
commit ffd94ef24e
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.12-alpha.3"
"version": "0.0.12-alpha.4"
}

View File

@ -1,6 +1,6 @@
{
"name": "@foomo/next-transpile-modules",
"version": "0.0.12-alpha.3",
"version": "0.0.12-alpha.4",
"description": "NextJS plugin to transpile workspace packages",
"main": "dist/index.js",
"repository": "https://github.com/foomo/next-utils",