Browse Source

Release 0.9.13

master 0.9.13
Guillermo Rauch 9 years ago
parent
commit
ae93e2bcf7
  1. 5
      History.md
  2. 2
      package.json

5
History.md

@ -1,4 +1,9 @@
0.9.13 / 2016-03-12
===================
* index: validate `name` in package.json [@rauchg]
0.9.12 / 2016-03-12 0.9.12 / 2016-03-12
=================== ===================

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "now", "name": "now",
"version": "0.9.12", "version": "0.9.13",
"description": "Realtime Deployments for Node.JS apps.", "description": "Realtime Deployments for Node.JS apps.",
"main": "./build/lib/index", "main": "./build/lib/index",
"files": [ "files": [

Loading…
Cancel
Save