Skip to content

Commit

Permalink
update main script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabieniec committed Jan 11, 2018
1 parent 65214f5 commit 13b56e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-amplify",
"version": "0.1.34",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./dist/aws-amplify.min.js",
"main": "./lib/index.js",
"scripts": {
"test": "jest --coverage",
"build-with-test": "npm run clean && npm test && tsc && webpack",
Expand Down

0 comments on commit 13b56e6

Please sign in to comment.