Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Jan 15, 2018
1 parent 011851d commit e485f01
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-leaflet",
"version": "1.7.8",
"version": "1.8.0",
"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 @@ -23,14 +22,18 @@
"test:watch": "npm run lint && npm run flow && npm run jest:watch",
"start": "npm run test && npm run build",
"prepublishOnly": "npm run build",
"examples":
"webpack-dev-server --config ./example/webpack.config.babel.js --progress"
"examples": "webpack-dev-server --config ./example/webpack.config.babel.js --progress"
},
"repository": {
"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": {
Expand Down

0 comments on commit e485f01

Please sign in to comment.