Skip to content

Commit ec10144

Browse files
committed
update package stuffs
1 parent 39dbba4 commit ec10144

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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": {
@@ -29,11 +32,6 @@
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",
@@ -42,6 +40,9 @@
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.

src/spatial-navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Navigation from '../vendor/navigation';
1+
import Navigation from './navigation';
22

33
class SpatialNavigation {
44
constructor() {

0 commit comments

Comments
 (0)