Browse Source

Release 0.9.0

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

5
History.md

@ -0,0 +1,5 @@
0.9.0 / 2016-03-03
==================
* initial release

5
package.json

@ -1,8 +1,7 @@
{ {
"name": "now", "name": "now",
"private": true, "version": "0.9.0",
"version": "0.0.1", "description": "Realtime Deployments for Node.JS apps.",
"description": "",
"main": "./build/lib/index", "main": "./build/lib/index",
"files": [ "files": [
"build/lib", "build/lib",

Loading…
Cancel
Save