Skip to content

Commit

Permalink
dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamraphson committed Feb 28, 2019
1 parent 60f9237 commit bf1b3a9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion dist/rave.min.js

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

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
},
"homepage": "",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"eslint": "^5.7.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"eslint": "^5.14.1",
"eslint-config-vue": "^2.0.2",
"eslint-loader": "^2.1.0",
"eslint-plugin-vue": "^4.7.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"standard": "^12.0.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"vue": "^2.5.17",
"vue-loader": "^15.3.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
"uglifyjs-webpack-plugin": "^2.1.2",
"vue": "^2.6.7",
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.7",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
}
}
18 changes: 9 additions & 9 deletions src/rave.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,39 +57,39 @@ export default {
type: String,
default: 'NG'
},
customer_firstname: {
customerFirstname: {
type: String,
default: ''
},
customer_lastname: {
customerLastname: {
type: String,
default: ''
},
custom_title: {
customTitle: {
type: String,
default: ''
},
custom_description: {
customDescription: {
type: String,
default: ''
},
custom_logo: {
customLogo: {
type: String,
default: ''
},
redirect_url: {
redirectUrl: {
type: String,
default: ''
},
payment_method: {
paymentMethod: {
type: String,
default: 'both'
},
payment_plan: {
paymentPlan: {
type: String,
default: ''
},
hosted_payment: {
hostedPayment: {
type: Number,
default: 0
},
Expand Down

0 comments on commit bf1b3a9

Please sign in to comment.