@bongnv/google-analytics-plugin
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2020 Bong Nguyen | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [0.5.1](https://github.com/bongnv/vuestatic/compare/@bongnv/google-analytics-plugin@0.5.0...@bongnv/google-analytics-plugin@0.5.1) (2020-06-13) | ||
| **Note:** Version bump only for package @bongnv/google-analytics-plugin | ||
| <a name="0.5.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.5.0](https://github.com/bongnv/vuestatic/compare/@bongnv/google-analytics-plugin@0.4.3...@bongnv/google-analytics-plugin@0.5.0) (2020-06-12) |
+9
-6
| { | ||
| "name": "@bongnv/google-analytics-plugin", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "description": "A VueStatic plugin to support Google Analytics", | ||
@@ -26,7 +26,6 @@ "author": "Bong Nguyen <van.bong@grabtaxi.com>", | ||
| "tsc": "tsc", | ||
| "build": "npm run tsc", | ||
| "watch": "tsc -w", | ||
| "prepublishOnly": "npm run clean && npm run tsc", | ||
| "lint": "eslint --fix --ext=js,jsx,ts --cache .", | ||
| "format": "prettier --write \"**/*.{js,jsx,ts,json,md,css}\"", | ||
| "test": "echo \"Error: run tests from root\" && exit 1" | ||
| "lint": "eslint --fix --ext=js,jsx,ts --cache ." | ||
| }, | ||
@@ -37,3 +36,4 @@ "bugs": { | ||
| "devDependencies": { | ||
| "@bongnv/vuestatic-core": "^0.1.0", | ||
| "@bongnv/vuestatic-core": "^0.1.1", | ||
| "@types/jest": "^26.0.0", | ||
| "@types/node": "^14.0.13", | ||
@@ -43,3 +43,5 @@ "@types/webpack": "^4.41.17", | ||
| "@typescript-eslint/parser": "^3.2.0", | ||
| "jest": "^26.0.1", | ||
| "rimraf": "^3.0.2", | ||
| "ts-jest": "^26.1.0", | ||
| "typescript": "^3.9.5", | ||
@@ -55,3 +57,4 @@ "vuex": "^3.4.0" | ||
| "webpack": "^4.43.0" | ||
| } | ||
| }, | ||
| "gitHead": "2f2b6dd4edcb7e96aa6288b4828daf6e3452a40c" | ||
| } |
7337
22.12%8
14.29%11
37.5%