Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed May 31, 2019
1 parent 60c9e50 commit c3178f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jest-google-maps-mock

> Jest google maps mock
> Jest mock for google maps
## Installation

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-google-maps-mock",
"version": "1.0.0",
"version": "1.0.1",
"description": "Jest mock for google maps",
"license": "MIT",
"author": "hello@webappsolutions.de",
Expand All @@ -15,8 +15,9 @@
"jest",
"mock"
],
"main": "lib/index.js",
"files": [
"lib/**"
"lib"
],
"scripts": {
"build": "babel src -d lib --delete-dir-on-start",
Expand Down

0 comments on commit c3178f5

Please sign in to comment.