Skip to content

Commit

Permalink
fix: try again Now v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlike Mike Reagent committed Nov 28, 2018
1 parent 1003ae1 commit cb4e3ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 5 additions & 3 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": 1,
"public": true,
"name": "@tunnckocore/release",
"version": 2,
"name": "tunnckocore-release-now-v2",
"alias": "tunnckocore-release",
"builds": [
{ "src": "index.js", "use": "@now/node" }
],
"env": {
"APP_ID": "@tunnckocore-release-id",
"NODE_ENV": "production",
Expand Down
8 changes: 3 additions & 5 deletions now.v2.json → now.v1.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"version": 2,
"name": "tunnckocore-release-now-v2",
"version": 1,
"public": true,
"name": "@tunnckocore/release",
"alias": "tunnckocore-release",
"builds": [
{ "src": "index.js", "use": "@now/node@0.4.20" }
],
"env": {
"APP_ID": "@tunnckocore-release-id",
"NODE_ENV": "production",
Expand Down

0 comments on commit cb4e3ca

Please sign in to comment.