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

Commit

Permalink
[fixed] npm main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 12, 2015
1 parent 9330af0 commit 5306a64
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
Expand Up @@ -2,7 +2,7 @@
"name": "react-autocomplete",
"version": "0.1.2",
"description": "Accessible, extensible, Autocomplete for React.js",
"main": "./lib/index.js",
"main": "./build/lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/rackt/react-autocomplete.git"
Expand Down Expand Up @@ -34,4 +34,4 @@
"dependencies": {
"dom-scroll-into-view": "1.0.1"
}
}
}

0 comments on commit 5306a64

Please sign in to comment.