mirror of
https://github.com/plausible/analytics.git
synced 2024-12-26 02:55:02 +03:00
4bd12f03fc
* Remove cookie code * Compile tracker separetly from website assets * Install uglify * Help minifier reduce varaibles
10 lines
126 B
JSON
10 lines
126 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "node compile.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uglify-js": "^3.9.4"
|
|
}
|
|
}
|