yujinakayama / atom-auto-update-packages

Keep your Atom packages up to date.
https://atom.io/packages/auto-update-packages
MIT License
33 stars 11 forks source link

Atom.Object.defineProperty.get is deprecated. #18

Closed thebeachdev closed 9 years ago

thebeachdev commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
Object.activate (/Users/Anvil/.atom/packages/auto-update-packages/lib/auto-update-packages.coffee:21:9)
aioue commented 9 years ago

Duplicate of #16.

yujinakayama commented 9 years ago

Fixed in auto-update-packages 1.0.0. (#31)