mirror of
https://github.com/open-wc/locator.git
synced 2026-03-10 08:51:21 +00:00
Add mversion to create releases
This commit is contained in:
@@ -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
1830
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user