Skip to content

Commit

Permalink
v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Nov 10, 2017
1 parent be789c2 commit c22cc44
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-leaflet",
"version": "1.7.3",
"version": "1.7.4",
"description": "React components for Leaflet maps",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -12,8 +12,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 @@ -22,14 +21,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 Expand Up @@ -91,7 +94,9 @@
},
"jest": {
"collectCoverage": true,
"setupFiles": ["raf/polyfill"],
"setupFiles": [
"raf/polyfill"
],
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
}
Expand Down

0 comments on commit c22cc44

Please sign in to comment.