Replace PhantomJS with React Native

PhantomJS some end of life so we should replace it with something else.
I thought React Native is popular enough.
This commit is contained in:
Okura Masafumi
2018-07-25 18:14:48 +09:00
committed by GitHub
parent f466d47cb5
commit 31f21a66b3

View File

@@ -40,7 +40,7 @@ class HomeController
'angular/angular.js' => 'AngularJS',
'meteor/meteor' => 'Meteor',
'facebook/react' => 'React',
'ariya/phantomjs' => 'PhantomJS',
'facebook/react-native' => 'React Native',
'gulpjs/gulp' => 'Gulp',
'robbyrussell/oh-my-zsh' => 'Oh My Zsh',
];