Skip to content

Commit

Permalink
Fixing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Feb 27, 2017
1 parent 461bd53 commit e0430f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "react-google-charts",
"version": "1.5.2",
"version": "1.5.3",
"type": "react-component",
"description": "react-google-charts React component",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"deploy": "gh-pages-deploy",
"build": "mv .babelrc .babelrc.backup && nwb build && mv .babelrc.backup .babelrc",
Expand Down

0 comments on commit e0430f6

Please sign in to comment.