Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "redux-gtm", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Google Tag Manager integration for Redux and ngrx/store", | ||
@@ -10,2 +10,3 @@ "main": "lib/index.js", | ||
"src", | ||
"dist", | ||
"index.d.ts" | ||
@@ -23,4 +24,7 @@ ], | ||
"check": "npm run lint && npm run test", | ||
"prebuild": "rm -rf lib && mkdir lib", | ||
"build": "babel src --out-dir lib", | ||
"clean": "rm -rf lib dist", | ||
"build:commonjs": "babel src --out-dir lib", | ||
"build:umd": "webpack", | ||
"prebuild": "npm run clean", | ||
"build": "npm run build:commonjs && npm run build:umd", | ||
"prepublish": "npm run build" | ||
@@ -45,2 +49,3 @@ }, | ||
"babel-cli": "^6.18.0", | ||
"babel-loader": "^6.2.9", | ||
"babel-preset-latest": "^6.16.0", | ||
@@ -56,3 +61,4 @@ "eslint": "^3.8.1", | ||
"typescript": "^2.0.3", | ||
"typescript-definition-tester": "0.0.4" | ||
"typescript-definition-tester": "0.0.4", | ||
"webpack": "^1.14.0" | ||
}, | ||
@@ -59,0 +65,0 @@ "jest": { |
@@ -1,3 +0,7 @@ | ||
# ReduxGTM | ||
<h1 style="color: red">Deprecation Notice</h1> | ||
### ReduxGTM has been deprecated in favour of [Redux Beacon](https://github.com/rangle/redux-beacon). | ||
#### A simple migration guide can be found [here](https://rangle.github.io/redux-beacon/docs/migrating-from-redux-gtm.html). | ||
---- | ||
Google Tag Manager integration for Redux and ngrx/store | ||
@@ -4,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36295
31
0
103
0
14