Browse Source

License field added back

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

1
package.json

@ -3,6 +3,7 @@
"version": "6.0.5", "version": "6.0.5",
"description": "The command line interface for Now", "description": "The command line interface for Now",
"repository": "zeit/now-cli", "repository": "zeit/now-cli",
"license": "MIT",
"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