Browse Source

Release 0.12.0

master 0.12.0
Guillermo Rauch 9 years ago
parent
commit
e3e2950a93
  1. 5
      History.md
  2. 6
      package.json

5
History.md

@ -1,4 +1,9 @@
0.12.0 / 2016-04-29
===================
* fix multiple files with same sha [@rase-]
0.11.0 / 2016-04-24 0.11.0 / 2016-04-24
=================== ===================

6
package.json

@ -1,6 +1,6 @@
{ {
"name": "now", "name": "now",
"version": "0.11.0", "version": "0.12.0",
"description": "realtime instant node.js deployment with one command", "description": "realtime instant node.js deployment with one command",
"readme": "", "readme": "",
"main": "./build/lib/index", "main": "./build/lib/index",
@ -55,8 +55,8 @@
"estraverse-fb": "1.3.1" "estraverse-fb": "1.3.1"
}, },
"scripts": { "scripts": {
"gulp": "gulp", "test": "ava",
"test": "ava" "prepublish": "gulp"
}, },
"babel": { "babel": {
"presets": [ "presets": [

Loading…
Cancel
Save