Commit 84695c07 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove json dependency from Rakefile.

This was used for tasks that are now built into JSDuck itself.
parent 612ee350
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
require 'rubygems'
require 'rake'
require 'json'

$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)