Skip to content

Commit

Permalink
v2.0.3 - returns back to index.js as main
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Aug 2, 2015
1 parent cc6349f commit feb0252
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "react-ace",
"version": "2.0.2",
"version": "2.0.3",
"description": "A react component for Ace Editor",
"main": "dist/react-ace.min.js",
"es6": "index.js",
"main": "index.js",
"scripts": {
"build_example": "gulp example",
"build_watch": "gulp",
Expand Down

0 comments on commit feb0252

Please sign in to comment.