Fix more deprecation warnings

SelectListView is moved to atom-space-pen-views package from atom package.
This commit is contained in:
Seong Jae Lee
2015-04-05 14:24:26 -07:00
parent 004b393b12
commit d489e45512
5 changed files with 32 additions and 39 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
"atom": ">0.50.0"
},
"dependencies": {
"fs-plus": "2.x"
"fs-plus": "2.x",
"atom-space-pen-views": "^2.0.3"
}
}