Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/shatran/card-react
Browse files Browse the repository at this point in the history
  • Loading branch information
shaystern committed Oct 15, 2015
2 parents cf7446e + a104c7e commit cd5f2bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Add an interactive credit card animation to your payment form.",
"main": "lib/card-react-form-container.js",
"dependencies": {
"payment": "0.0.7",
"payment": "0.0.10",
"classnames": "^2.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/card-react-component.cjsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
React = require 'react'
Payment = require 'payment'
Payment = require 'payment/src/payment'
ClassNames = require 'classnames'

ReactCard = React.createClass
Expand Down
2 changes: 1 addition & 1 deletion src/components/card-react-form-container.cjsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
React = require 'react'
Payment = require 'payment'
Payment = require 'payment/src/payment'
ReactCard = require './card-react-component'

ReactCardFormContainer = React.createClass
Expand Down

0 comments on commit cd5f2bd

Please sign in to comment.