Browse Source

Prepared for the npm release

master
Leo Lamprecht 8 years ago
parent
commit
bfb83d7f1a
  1. 3
      package.json

3
package.json

@ -1,7 +1,8 @@
{ {
"name": "now", "name": "now",
"version": "6.0.0", "version": "6.0.0",
"private": true, "description": "The command line interface for Now",
"repository": "zeit/now-cli",
"scripts": { "scripts": {
"postinstall": "node download/postinstall.js", "postinstall": "node download/postinstall.js",
"precommit": "xo --quiet && lint-staged", "precommit": "xo --quiet && lint-staged",

Loading…
Cancel
Save