Revert to status of v2.0.0-m3

This commit is contained in:
René Pfeuffer
2018-10-09 15:42:21 +02:00
parent e6b241727f
commit 433cf2a02e
2 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "3.2.1",
"version": "0.0.0",
"npmClient": "yarn"
}

View File

@@ -49,7 +49,7 @@
</configuration>
</execution>
<execution>
<id>link</id>
<id>unlink</id>
<phase>package</phase>
<goals>
<goal>run</goal>
@@ -59,13 +59,13 @@
</configuration>
</execution>
<execution>
<id>unlink</id>
<phase>clean</phase>
<id>link</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<script>unlink</script>
<script>link</script>
</configuration>
</execution>
</executions>