update dependencies and release 3.2.4
This commit is contained in:
parent
a827457085
commit
2990a2eb62
3 changed files with 1789 additions and 583 deletions
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "__MSG_extension_name__",
|
||||
"short_name": "piwik-injector",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"author": "Lukas Winkler, xcv58, hromadadan",
|
||||
"description": "__MSG_extension_description__",
|
||||
"icons": {
|
||||
|
|
2364
package-lock.json
generated
2364
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,14 +4,14 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"ace-builds": "^1.2.8",
|
||||
"ace-builds": "^1.2.9",
|
||||
"purecss": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"htmllint-cli": "0.0.6",
|
||||
"jshint": "^2.9.5",
|
||||
"npm-run-all": "^4.1.1",
|
||||
"web-ext": "^2.0.0"
|
||||
"npm-run-all": "^4.1.2",
|
||||
"web-ext": "^2.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"copy": "bash copy.sh",
|
||||
|
|
Reference in a new issue