Skip to content

Commit

Permalink
Remove useless scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgibson committed Dec 15, 2017
1 parent f431fac commit 1eff6c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions examples/ParallaxSwiperExample/package.json
Expand Up @@ -4,9 +4,7 @@
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"run:ios": "react-native run-ios",
"run:android": "react-native run-android"
"test": "jest"
},
"dependencies": {
"react": "16.0.0",
Expand Down
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -7,10 +7,6 @@
"type": "git",
"url": "git+https://github.com/zachgibson/react-native-parallax-swiper.git"
},
"scripts": {
"run:ios": "cd examples/ParallaxSwiperExample && npm run:ios",
"run:android": "cd examples/ParallaxSwiperExample && npm run:android"
},
"keywords": [
"react-native-component",
"react-native",
Expand Down

0 comments on commit 1eff6c7

Please sign in to comment.