Skip to content

Commit

Permalink
fix main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Mar 18, 2017
1 parent 946a932 commit 406f77c
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-sacrud",
"version": "0.2.2",
"version": "0.0.2",
"description": "React AJAX CRUD interface connected to any backends",
"main": "lib/react-sacrud.js",
"main": "lib/react-sacrud.min.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
Expand Down

0 comments on commit 406f77c

Please sign in to comment.