Skip to content

Commit

Permalink
Merge pull request #39 from porterjamesj/remove-compat
Browse files Browse the repository at this point in the history
remove compat
  • Loading branch information
porterjamesj authored Jul 6, 2017
2 parents 2684051 + 788a857 commit e28b25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
julia 0.5
Compat 0.23.0
julia 0.6
BinDeps
AbstractTrees 0.1.0
5 changes: 1 addition & 4 deletions src/htmltypes.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using Compat
abstract type HTMLNode end

@compat abstract type HTMLNode end

# TODO immutable?
struct HTMLText <: HTMLNode
parent::HTMLNode
text::AbstractString
Expand Down

0 comments on commit e28b25e

Please sign in to comment.