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

Commit

Permalink
chore(fix): Update module main in package.json to use built.
Browse files Browse the repository at this point in the history
Closes #3034
  • Loading branch information
NickTomlin authored and cnishina committed Mar 18, 2016
1 parent 9144494 commit 6e02934
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 @@ -49,7 +49,7 @@
"protractor": "bin/protractor",
"webdriver-manager": "bin/webdriver-manager"
},
"main": "lib/protractor.js",
"main": "built/protractor.js",
"scripts": {
"prepublish": "gulp prepublish",
"pretest": "gulp pretest",
Expand Down

5 comments on commit 6e02934

@mtheoryx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes an issue I was seeing with grunt-protractor-runner.

Any chance for a tag/release to bump this version?

@willpriceb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise, we just spent a few hours debugging this.

@juliemr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that! Fix is out in v3.2.1 now.

@mtheoryx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, thanks a bunch!

@willpriceb
Copy link

@willpriceb willpriceb commented on 6e02934 Mar 20, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.