Skip to content

Commit

Permalink
remove src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
skv-headless committed Sep 28, 2017
1 parent 1af867f commit deaad8d
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 43 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Example
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"create-react-class": "^15.6.2",
"react": "16.0.0",
"react-native": "0.48.4",
"react-native-scrollable-tab-view": "file:../src",
"react-native-scrollable-tab-view": "file:../",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^1.0.0-beta.13"
},
Expand Down
2 changes: 1 addition & 1 deletion Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@ [email protected]:
dependencies:
react-native-dismiss-keyboard "1.0.0"

"react-native-scrollable-tab-view@file:../src":
"react-native-scrollable-tab-view@file:../":
version "0.6.7"
dependencies:
create-react-class "^15.6.2"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion package.json

This file was deleted.

40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "react-native-scrollable-tab-view",
"version": "0.6.7",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint -c .eslintrc . --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brentvatne/react-native-scrollable-tab-view.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"tab",
"scrollable"
],
"author": "Brent Vatne",
"license": "MIT",
"bugs": {
"url": "https://github.com/brentvatne/react-native-scrollable-tab-view/issues"
},
"peerDependencies": {
"react-native": ">=0.20.0"
},
"homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme",
"dependencies": {
"react-timer-mixin": "^0.13.3",
"prop-types": "^15.6.0",
"create-react-class": "^15.6.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.1.1"
}
}
40 changes: 0 additions & 40 deletions src/package.json

This file was deleted.

0 comments on commit deaad8d

Please sign in to comment.