Migrate fixtures package to not extend AtomPackage

This commit is contained in:
Kevin Sawicki 2013-02-08 12:53:53 -08:00 committed by Corey Johnson & Kevin Sawicki
parent ac6ec1c2a7
commit e419ec1848

View File

@ -1,6 +1,3 @@
AtomPackage = require 'atom-package'
module.exports =
class MyPackage extends AtomPackage
activate: ->
@activateCalled = true