Skip to content

Commit

Permalink
Remove Hapi LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmick committed Dec 29, 2015
1 parent 934d155 commit ab62e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/server.js

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

2 changes: 1 addition & 1 deletion lib/server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 2015
#

Hapi = require 'hapi-lts'
Hapi = require 'hapi'
{badRequest} = require 'boom'
join = require('path').join

Expand Down
2 changes: 1 addition & 1 deletion test/integration/server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 2015
#

Hapi = require 'hapi-lts'
Hapi = require 'hapi'
should = require('chai').should()
Server = require '../../lib/server'

Expand Down

0 comments on commit ab62e35

Please sign in to comment.