File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-tv-navigation" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " A react-tv-based implementation of Spatial Navigation by Luke Chang" ,
55 "main" : " dist/bundle.umd.js" ,
6+ "files" : [
7+ " dist/"
8+ ],
69 "scripts" : {
710 "build" : " rollup -c" ,
8- "lint" : " eslint ." ,
11+ "lint" : " eslint ./ " ,
912 "test" : " jest"
1013 },
1114 "repository" : {
2932 "url" : " https://github.com/react-tv/react-tv-navigation/issues"
3033 },
3134 "homepage" : " https://github.com/react-tv/react-tv-navigation#readme" ,
32- "dependencies" : {
33- "prop-types" : " ^15.6.0" ,
34- "react" : " ^16.2.0" ,
35- "recompose" : " ^0.26.0"
36- },
3735 "devDependencies" : {
3836 "babel-core" : " ^6.26.0" ,
3937 "babel-eslint" : " ^8.2.1" ,
4240 "babel-preset-react" : " ^6.24.1" ,
4341 "babel-preset-stage-2" : " ^6.24.1" ,
4442 "enzyme" : " ^3.3.0" ,
43+ "prop-types" : " ^15.6.0" ,
44+ "react" : " ^16.2.0" ,
45+ "recompose" : " ^0.26.0" ,
4546 "enzyme-adapter-react-16" : " ^1.1.1" ,
4647 "eslint" : " ^4.15.0" ,
4748 "eslint-config-fbjs" : " ^2.0.1" ,
File renamed without changes.
Original file line number Diff line number Diff line change 1- import Navigation from '../vendor /navigation' ;
1+ import Navigation from './navigation' ;
22
33class SpatialNavigation {
44 constructor ( ) {
You can’t perform that action at this time.
0 commit comments