Skip to content

Commit 8a99625

Browse files
authored
Update package.json
1 parent b499cb9 commit 8a99625

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

server/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
22
"name": "hackernews-node",
33
"scripts": {
44
"start": "NODE_ENV=dev node src/index.js",
5-
"playground": "graphql playground",
6-
"deploy": "now --public && now alias && now rm --yes --safe graphql-template-node"
5+
"playground": "graphql playground"
76
},
87
"dependencies": {
98
"bcryptjs": "^2.4.3",
109
"graphcool-binding": "1.3.3",
1110
"graphql-yoga": "1.1.4",
1211
"jsonwebtoken": "^8.1.0"
13-
},
14-
"devDependencies": {
15-
"now": "9.0.1"
16-
},
17-
"now": {
18-
"alias": "graphql-template-node"
1912
}
2013
}

0 commit comments

Comments
 (0)