Skip to content

Commit

Permalink
fix: fix package json (#22)
Browse files Browse the repository at this point in the history
fix: fix package json (#22)
  • Loading branch information
Mylothros-Charalampos authored Jul 8, 2021
1 parent 1506005 commit 73b42c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tag": "latest"
},
"description": "Adds support for address lookup (a.k.a. geocoding / geoseaching) to React-Leaflet.",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "npm run build:lib && npm run build:dist && npm run build:dev",
Expand All @@ -19,7 +19,7 @@
"prepublishOnly": "npm run build",
"example": "webpack-dev-server --config ./example/webpack.config.js",
"lint": "eslint ./src",
"pretty": "prettier --write \"{src,example}/**/*.js\"",
"pretty": "prettier --write \"{src,example}/**/*.js\""
},
"files": [
"src",
Expand Down

0 comments on commit 73b42c3

Please sign in to comment.