Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
agrohs committed Feb 2, 2023
1 parent 3de1f03 commit 098a3c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "firebase-mock",
"version": "2.3.1",
"description": "Firebase mock library for writing unit tests",
"main": "./src",
"scripts": {
"test-only": "gulp test",
"test": "gulp lint && gulp test",
Expand All @@ -23,9 +24,9 @@
"bugs": {
"url": "https://github.com/dmurvihill/firebase-mock/issues"
},
"main": "browser/firebasemock.js",
"files": [
"browser"
"src/",
"browser/"
],
"homepage": "https://github.com/dmurvihill/firebase-mock",
"dependencies": {
Expand Down

0 comments on commit 098a3c4

Please sign in to comment.