Skip to content

Commit

Permalink
Update version and location
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvh committed Mar 9, 2019
1 parent 4e969b9 commit 352952e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-google-picker",
"version": "0.1.0",
"version": "0.2.0",
"description": "Simple react wrapper for google picker API",
"main": "dist/react-google-picker.js",
"main": "src/react-google-picker.js",
"scripts": {
"start": "npm run build && node server.js",
"build": "rm -rf ./dist && babel src --out-dir dist",
Expand Down

0 comments on commit 352952e

Please sign in to comment.