Skip to content

Commit

Permalink
Remove open package
Browse files Browse the repository at this point in the history
  • Loading branch information
derekrushforth committed Dec 5, 2019
1 parent d9befee commit ebc926e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"fs-extra": "^7.0.1",
"inquirer": "^6.2.1",
"lodash": "^4.17.11",
"open": "^7.0.0",
"ora": "^3.0.0",
"postmark": "^2.2.7",
"request": "^2.88.0",
Expand Down
3 changes: 0 additions & 3 deletions src/commands/templates/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import express from 'express'
import { createMonitor } from 'watch'
import consolidate from 'consolidate'
import { ServerClient } from 'postmark'
import open from 'open'
import { createManifest } from './helpers'
import { TemplatePreviewArguments } from '../../types'
import { TemplateValidationOptions } from 'postmark/dist/client/models'
Expand Down Expand Up @@ -173,8 +172,6 @@ const preview = (serverToken: string, args: TemplatePreviewArguments) => {
log(divider)
log(`URL: ${chalk.green(url)}`)
log(divider)

open(url)
})

const validateTemplateRequest = (
Expand Down

0 comments on commit ebc926e

Please sign in to comment.