Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Delpoux committed Sep 28, 2017
1 parent cdadfd5 commit 5b8a8ec
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 100 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.0

* Updated: dependencies

# 1.3.0

* Added: Mobile touchevents
Expand Down
26 changes: 9 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
{
"name": "react-svg-piechart",
"version": "1.3.0",
"description": "A lightweight responsive pie chart component for React using only SVG",
"version": "1.4.0",
"description":
"A lightweight responsive pie chart component for React using only SVG",
"repository": {
"type": "git",
"url": "git+https://github.com/xuopled/react-svg-piechart.git"
},
"keywords": [
"react",
"pie",
"chart",
"piechart",
"responsive",
"svg"
],
"keywords": ["react", "pie", "chart", "piechart", "responsive", "svg"],
"author": "Cédric Delpoux <xuopled@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuopled/react-svg-piechart/issues"
},
"homepage": "https://github.com/xuopled/react-svg-piechart#readme",
"main": "lib/index.js",
"files": [
"lib"
],
"files": ["lib"],
"peerDependencies": {
"react": "~15.3.0"
"react": "^15.3.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
Expand All @@ -36,13 +28,13 @@
"eslint": "^3.19.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-react": "^7.0.0",
"github-release-from-changelog": "~1.2.1",
"github-release-from-changelog": "^1.2.1",
"node-libs-browser": "^2.0.0",
"npmpub": "~3.1.0",
"npmpub": "^3.1.0",
"webpack": "^2.5.1"
},
"dependencies": {
"prop-types": "~15.5.9"
"prop-types": "^15.5.9"
},
"scripts": {
"clean": "rm -rf lib",
Expand Down
Loading

0 comments on commit 5b8a8ec

Please sign in to comment.