Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ jobs:
working_directory: ~/origin-spacebox
docker:
- image: circleci/node:8.11.0
- image: mongo:4.0.3
steps:
- checkout
- run:
Expand All @@ -17,12 +16,10 @@ jobs:
- run:
name: Mocha Test Suite
command: 'npm run test'

deploy-job:
working_directory: ~/origin-spacebox
docker:
- image: circleci/node:8.11.0
- image: mongo:4.0.3
steps:
- checkout
- run:
Expand Down
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/client/
/node_modules
/build
.vscode
Expand Down
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

File renamed without changes.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
Mockup.sketch
dist
.env
3 changes: 0 additions & 3 deletions .yo-rc.json

This file was deleted.

Empty file modified README.md
100644 → 100755
Empty file.
6 changes: 0 additions & 6 deletions client-old/.eslintignore

This file was deleted.

2 changes: 0 additions & 2 deletions client-old/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions client-old/package.json

This file was deleted.

66 changes: 0 additions & 66 deletions client-old/server/default.js

This file was deleted.

7 changes: 0 additions & 7 deletions client-old/server/index.js

This file was deleted.

Loading