Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from grahamlyus/prepare
Browse files Browse the repository at this point in the history
Prepare
  • Loading branch information
grahamlyus authored Aug 29, 2017
2 parents 1f33d85 + 1f85258 commit 8916b05
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 372 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lib
node_modules
package-lock.json
firebase_env
Expand Down
71 changes: 0 additions & 71 deletions lib/authClient.js

This file was deleted.

19 changes: 0 additions & 19 deletions lib/index.js

This file was deleted.

180 changes: 0 additions & 180 deletions lib/restClient.js

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "babel src -d lib"
"build": "babel src -d lib",
"prepare": "yarn run build"
},
"author": "Sid Ferreira",
"license": "ISC",
Expand Down Expand Up @@ -35,7 +36,7 @@
"jest-localstorage-mock": "^1.2.0",
"react-test-renderer": "^15.6.1"
},
"jest": {
"jest": {
"testEnvironment": "node",
"setupFiles": [
"jest-localstorage-mock"
Expand Down
35 changes: 0 additions & 35 deletions tests/authClientLib.test.js

This file was deleted.

Loading

0 comments on commit 8916b05

Please sign in to comment.