Skip to content

Commit

Permalink
refactor(npm package fix): fixes error in the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Nov 16, 2015
1 parent 2ece3a1 commit ce13aa4
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-reach",
"version": "0.0.0-semantically-released",
"version": "0.0.2",
"description": "A small library for react to communicate with GraphQL",
"main": "dist/index.js",
"main": "src/index.js",
"scripts": {
"prebuild": "rm -rf dist && mkdir dist",
"build": "babel src/index.js -o dist/index.js",
Expand Down

0 comments on commit ce13aa4

Please sign in to comment.