New version of atom-space-pen-views

Esse commit está contido em:
Ben Ogle
2015-01-07 11:40:02 -08:00
commit e2609ddd06
+2 -2
Ver Arquivo
@@ -15,7 +15,7 @@ If you use any class from `require 'atom'` with a `$` or `View` in the name, add
```js
{
"dependencies": {
"atom-space-pen-views": "^2.0.2"
"atom-space-pen-views": "^2.0.3"
}
}
```
@@ -120,7 +120,7 @@ To use the new views, you need to specify the `atom-space-pen-views` module in y
```js
{
"dependencies": {
"atom-space-pen-views": "^2.0.2"
"atom-space-pen-views": "^2.0.3"
}
}
```