Skip to content

Commit

Permalink
added coffeeify to dev dependencies
Browse files Browse the repository at this point in the history
require payment/src/payment to solve webpack building issues
  • Loading branch information
shaystern committed Oct 27, 2015
1 parent 1f29744 commit c0e3ba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/card-react-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

React = require('react');

Payment = require('payment');
Payment = require('payment/src/payment');

ClassNames = require('classnames');

Expand Down
2 changes: 1 addition & 1 deletion lib/card-react-form-container.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"coffee-react": "^3.2.0",
"coffee-reactify": "^3.0.0",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-coffee-react": "^2.4.1",
Expand Down

0 comments on commit c0e3ba5

Please sign in to comment.