codeship / atom-codeship-status

Display your Codeship status in the Atom status bar!
MIT License
7 stars 5 forks source link

Object.Object.defineProperty.get is deprecated. #2

Open Mende opened 9 years ago

Mende commented 9 years ago

Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.

Object.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/exports/atom.js:62:11)
Object.<anonymous> (/Users/mende/.atom/packages/codeship-status/lib/build-status-view.coffee:2:1)
beanieboi commented 9 years ago

thanks for the hint, we will take a look!