diff --git a/now.json b/now.json new file mode 100644 index 0000000..3b3cd12 --- /dev/null +++ b/now.json @@ -0,0 +1,4 @@ +{ + "name": "guide", + "alias": "graphql.guide" +} diff --git a/package.json b/package.json index 0545f2f..ff6f896 100644 --- a/package.json +++ b/package.json @@ -65,10 +65,6 @@ "alias-ci": "now alias --token=$NOW_TOKEN", "release": "scripts/release.sh" }, - "now": { - "name": "guide", - "alias": "graphql.guide" - }, "devDependencies": { "now": "^11.2.2" }