Skip to content

Commit

Permalink
fix for heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Apr 25, 2018
1 parent 963b1a1 commit 5bddd27
Show file tree
Hide file tree
Showing 39 changed files with 2,457 additions and 2,529 deletions.
70 changes: 16 additions & 54 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,59 +1,21 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components
# See https://help.github.com/ignore-files/ for more about ignoring files.

# node-waf configuration
.lock-wscript
# dependencies
/node_modules

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# testing
/coverage

# Dependency directories
node_modules/
jspm_packages/
# production
/build

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2,445 changes: 2,439 additions & 6 deletions README.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions trek-click/package.json → package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"react-scripts": "1.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
21 changes: 0 additions & 21 deletions trek-click/.gitignore

This file was deleted.

Loading

0 comments on commit 5bddd27

Please sign in to comment.