Skip to content

Commit

Permalink
fixed wrong path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Slind14 authored Aug 18, 2017
1 parent b44477f commit a80d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reactionic",
"version": "1.2.0-beta.0",
"description": "React Ionic Library. Use Ionic to build hybrid mobile apps with React. No Angular needed.",
"main": "dist/index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rm -rf dist && mkdir dist && mkdir dist/scss",
Expand Down

0 comments on commit a80d865

Please sign in to comment.