Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Mar 22, 2018
1 parent 6ef0778 commit 43a731d
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-leaflet",
"version": "1.9.0",
"version": "1.9.1",
"description": "React components for Leaflet maps",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -13,8 +13,7 @@
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c",
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c",
"build:flow": "flow-copy-source src lib && flow-copy-source src es",
"build":
"npm run clean && npm run build:cjs && npm run build:es && npm run build:flow && npm run build:umd && npm run build:umd:min",
"build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:flow && npm run build:umd && npm run build:umd:min",
"jest": "cross-env BABEL_ENV=development NODE_ENV=test jest",
"jest:watch": "cross-env BABEL_ENV=development NODE_ENV=test jest --watch",
"lint": "eslint ./src",
Expand All @@ -29,14 +28,25 @@
"type": "git",
"url": "https://github.com/PaulLeCam/react-leaflet.git"
},
"keywords": ["react-component", "react", "leaflet", "map"],
"keywords": [
"react-component",
"react",
"leaflet",
"map"
],
"author": "Paul Le Cam <paul@ulem.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaulLeCam/react-leaflet/issues"
},
"homepage": "https://github.com/PaulLeCam/react-leaflet",
"files": [".babelrc", "dist/*", "es/*", "lib/*", "src/*"],
"files": [
".babelrc",
"dist/*",
"es/*",
"lib/*",
"src/*"
],
"dependencies": {
"lodash": "^4.0.0",
"lodash-es": "^4.0.0",
Expand Down

0 comments on commit 43a731d

Please sign in to comment.