Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Neutkens
f0e66b74fe Publish
- @now/build-utils@0.4.27-canary.1
 - @now/go@0.2.7-canary.1
 - @now/html-minifier@1.0.3-canary.1
 - @now/lambda@0.4.4-canary.1
 - @now/md@0.4.4-canary.1
 - @now/mdx-deck@0.4.13-canary.1
 - @now/next@0.0.74-canary.1
 - @now/node-bridge@0.1.6-canary.1
 - @now/node-server@0.4.21-canary.1
 - @now/node@0.4.23-canary.1
 - @now/optipng@0.4.4-canary.1
 - @now/php@0.4.8-canary.1
 - @now/python@0.0.37-canary.1
 - @now/static-build@0.4.12-canary.1
2018-11-10 03:19:58 +01:00
Tim Neutkens
5748d1839d Remove prepublish script 2018-11-10 03:16:20 +01:00
15 changed files with 16 additions and 17 deletions

View File

@@ -11,7 +11,6 @@
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid canary"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/build-utils",
"version": "0.4.27-canary.0",
"version": "0.4.27-canary.1",
"dependencies": {
"async-retry": "1.2.3",
"async-sema": "2.1.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/go",
"version": "0.2.7-canary.0",
"version": "0.2.7-canary.1",
"scripts": {
"test": "best -I test/*.js",
"prepublish": "./build.sh"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/html-minifier",
"version": "1.0.3-canary.0",
"version": "1.0.3-canary.1",
"dependencies": {
"html-minifier": "3.5.21"
}

View File

@@ -1,4 +1,4 @@
{
"name": "@now/lambda",
"version": "0.4.4-canary.0"
"version": "0.4.4-canary.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/md",
"version": "0.4.4-canary.0",
"version": "0.4.4-canary.1",
"dependencies": {
"rehype-document": "^2.2.0",
"rehype-format": "^2.3.0",

View File

@@ -1,4 +1,4 @@
{
"name": "@now/mdx-deck",
"version": "0.4.13-canary.0"
"version": "0.4.13-canary.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/next",
"version": "0.0.74-canary.0",
"version": "0.0.74-canary.1",
"dependencies": {
"@now/node-bridge": "0.1.4",
"execa": "^1.0.0",

View File

@@ -1,4 +1,4 @@
{
"name": "@now/node-bridge",
"version": "0.1.6-canary.0"
"version": "0.1.6-canary.1"
}

View File

@@ -1,7 +1,7 @@
{
"name": "@now/node-server",
"version": "0.4.21-canary.0",
"version": "0.4.21-canary.1",
"dependencies": {
"@now/node-bridge": "^0.1.6-canary.0"
"@now/node-bridge": "^0.1.6-canary.1"
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@now/node",
"version": "0.4.23-canary.0",
"version": "0.4.23-canary.1",
"dependencies": {
"@now/node-bridge": "^0.1.6-canary.0"
"@now/node-bridge": "^0.1.6-canary.1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/optipng",
"version": "0.4.4-canary.0",
"version": "0.4.4-canary.1",
"dependencies": {
"multipipe": "2.0.3",
"optipng": "1.1.0"

View File

@@ -1,4 +1,4 @@
{
"name": "@now/php",
"version": "0.4.8-canary.0"
"version": "0.4.8-canary.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/python",
"version": "0.0.37-canary.0",
"version": "0.0.37-canary.1",
"main": "index.js",
"license": "MIT",
"dependencies": {

View File

@@ -1,4 +1,4 @@
{
"name": "@now/static-build",
"version": "0.4.12-canary.0"
"version": "0.4.12-canary.1"
}