Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
update prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Jan 25, 2018
1 parent 4f02ad3 commit 8e3fb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare-package.sh
Expand Up @@ -16,7 +16,8 @@ node -e "var package = require('./package.json'); \
delete package[\"husky\"]; \
delete package.scripts; \
delete package.options; \
package.main = 'index.js'; \
package.main = 'react-apollo.umd.js'; \
package.browser = 'react-apollo.browser.umd.js'; \
package.module = 'index.mjs'; \
package.typings = 'index.d.ts'; \
var origVersion = 'local';
Expand Down

0 comments on commit 8e3fb2c

Please sign in to comment.