Remove dev script (#82)

Fixes #81
This commit is contained in:
Steven 2019-06-29 14:25:36 -04:00 committed by GitHub
parent b19f6c59b9
commit 01ff527c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
"description": "Generate an open graph image for twitter/facebook/etc",
"main": "dist/card.js",
"scripts": {
"dev": "now dev",
"build": "tsc",
"now-build": "tsc",
"watch": "tsc --watch"