@masa-finance/analytics-react
Advanced tools
Comparing version 0.9.6 to 0.9.7
{ | ||
"name": "@masa-finance/analytics-react", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "A customizable, easy-to-use React component for displaying a cookie consent banner on your website, written in TypeScript.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/analytics-react.min.js", | ||
"scripts": { | ||
@@ -13,3 +12,3 @@ "prettier": "prettier ./src ./webpack.config.js --write", | ||
"build": "yarn compile && webpack", | ||
"prepare": "npm run build", | ||
"prepare": "yarn build", | ||
"doc": "typedoc" | ||
@@ -16,0 +15,0 @@ }, |
69024