Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Version 1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
aleib committed Aug 4, 2017
1 parent 15b89ad commit 8f09090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "0.13.4",
"version": "1.0.34",
"description": "React charts",
"main": "lib/index",
"jsnext:main": "es6/index",
Expand Down Expand Up @@ -60,14 +60,17 @@
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "^3.2.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-class-properties": "^6.10.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.0",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.1",
"enzyme": "^2.3.0",
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ RELEASE_ID=$(curl --data "{\"tag_name\": \"v1.0.$COMMIT_COUNT\", \"target_commit
echo "Creating distribution tarball"
tar -cvzf release.tar.gz README.md package.json LICENSE umd/ lib/ es6/
echo "Uploading tarball artifact to release"
echo $RELEASE_ID
curl -XPOST -H "Authorization:token $GITHUB_AUTH_TOKEN" -H "Content-Type:application/octet-stream" --data-binary @release.tar.gz https://uploads.github.com/repos/Asimmetric/recharts/releases/$RELEASE_ID/assets?name=release.tar.gz

0 comments on commit 8f09090

Please sign in to comment.