Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
susielu committed Mar 31, 2018
1 parent 12e4891 commit 427b982
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-annotation",
"description": "React components for annotating SVG elements ",
"version": "1.1.1",
"version": "1.1.2",
"homepage": ".",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,9 @@
"prebuild": "babel src/components --out-dir lib --ignore test.js"
},
"browserify": {
"transform": ["browserify-global-shim"]
"transform": [
"browserify-global-shim"
]
},
"browserify-global-shim": {
"react": "React",
Expand Down Expand Up @@ -57,8 +59,7 @@
"react-router": "^4.0.0-beta.6",
"react-router-dom": "4.0.0",
"react-scripts": "0.8.5",
"react-sticky":
"git://github.com/susielu/react-sticky.git#23141c78f7e0501dc6a7b31b9e33db2e367b185f",
"react-sticky": "git://github.com/susielu/react-sticky.git#23141c78f7e0501dc6a7b31b9e33db2e367b185f",
"react-tap-event-plugin": "2.0.1",
"react-test-renderer": "15.6.1",
"uglify-js": "3.1.4",
Expand All @@ -76,7 +77,12 @@
"react-draggable": "3.0.3",
"viz-annotation": "0.0.1-3"
},
"files": ["LICENSE", "README.md", "CHANGELOG.md", "lib"],
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"lib"
],
"keywords": [
"react",
"component",
Expand Down

0 comments on commit 427b982

Please sign in to comment.