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

Commit

Permalink
fix: change default props value
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-maulana-tkp committed Mar 12, 2020
1 parent 259b9e6 commit 487ed29
Show file tree
Hide file tree
Showing 2 changed files with 665 additions and 333 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-google-adsense",
"description": "Vue.js Google Adsense Component with InFeed and InArticle Ads support",
"version": "1.8.0",
"version": "1.8.1",
"author": "Irfan Maulana <[email protected]>",
"license": "MIT",
"private": false,
Expand Down Expand Up @@ -36,44 +36,44 @@
"vue2 google adsense",
"vue google adsense"
],
"dependencies": {
"vue": "^2.6.10",
"peerDependencies": {
"vue": "^2.6.11",
"vue-script2": "2.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"bulma-dracula": "^1.0.3",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.0",
"css-loader": "^3.2.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^14.0.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"bulma-dracula": "^1.0.4",
"compression-webpack-plugin": "^3.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"gh-pages": "^2.1.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"rimraf": "^3.0.0",
"sass-loader": "^8.0.0",
"node-sass": "^4.13.1",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"style-loader": "1.1.3",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0",
"webpack-serve": "3.1.1",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-serve": "3.2.0",
"workbox-webpack-plugin": "^4.3.1"
}
}
Loading

1 comment on commit 487ed29

@halaei
Copy link

@halaei halaei commented on 487ed29 Mar 17, 2020

Choose a reason for hiding this comment

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

@irfan-maulana-tkp Can you tell why did you change dependencies to peerDependencies? We have to add vue-script2 to our package.json now. It wasn't necessary before this commit.

Please sign in to comment.