|
@ -3,6 +3,7 @@ |
|
|
"version": "8.0.0-beta.3", |
|
|
"version": "8.0.0-beta.3", |
|
|
"license": "Apache-2.0", |
|
|
"license": "Apache-2.0", |
|
|
"description": "The command line interface for Now", |
|
|
"description": "The command line interface for Now", |
|
|
|
|
|
"repository": "zeit/now", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "eslint .", |
|
|
"test": "eslint .", |
|
|
"prepublish": "in-install || (npm run prepare && cp /dev/null download/dist/now)", |
|
|
"prepublish": "in-install || (npm run prepare && cp /dev/null download/dist/now)", |
|
|