mirror of
https://github.com/open-wc/locator.git
synced 2026-03-10 08:51:21 +00:00
Reverting the test version bump
This commit is contained in:
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x]
|
||||
node-version: [12.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Custom Elements Locator",
|
||||
"description": "This extension will find any custom element on a page.",
|
||||
"version": "1.4.0",
|
||||
"version": "1.3.0",
|
||||
"icons": {
|
||||
"16": "meta_assets/icon16.png",
|
||||
"48": "meta_assets/icon48.png",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "custom-elements-locator",
|
||||
"version": "1.4.0",
|
||||
"version": "1.3.0",
|
||||
"description": "",
|
||||
"main": "content_script.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user