Add mversion to create releases

This commit is contained in:
Julien Lengrand-Lambert
2020-09-04 17:24:07 +02:00
parent e5ebc1b045
commit 3857d8f0a0
3 changed files with 1832 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Custom Elements Locator",
"description": "This extension will find any custom element on a page.",
"version": "1.3",
"version": "1.3.0",
"icons": {
"16": "meta_assets/icon16.png",
"48": "meta_assets/icon48.png",

1830
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
"start": "chokidar \"src/*.js\" -c \"npm run build;npm run reload\"\n\n",
"build": "rimraf dist && rollup -c rollup.config.js",
"build:watch": "rimraf dist && rollup -c --watch rollup.config.js",
"zip" : "zip -r release/current.zip . -x \"node_modules/*\" \".idea/*\" \".git/*\" .gitignore"
"zip": "zip -r release/current.zip . -x \"node_modules/*\" \".idea/*\" \".git/*\" .gitignore"
},
"author": "",
"license": "ISC",
@@ -19,6 +19,7 @@
},
"devDependencies": {
"chokidar-cli": "^2.1.0",
"mversion": "^2.0.1",
"rimraf": "^3.0.0",
"rollup": "^1.26.3",
"rollup-plugin-cpy": "^2.0.1",