cem-plugin-wrec 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +3 -7
package/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  //TODO: Does this support JSDoc comment attributes like @attr by default?
2
2
  export default function wrecPlugin() {
3
- console.log("wrecPlugin function entered");
4
3
  const MEMBERS_TO_HIDE = new Set(["css", "html", "properties"]);
5
4
 
6
5
  let currentClass;
package/package.json CHANGED
@@ -1,15 +1,11 @@
1
1
  {
2
2
  "name": "cem-plugin-wrec",
3
- "version": "0.1.0",
4
3
  "description": "plugin for use with @custom-elements-manifest/analyzer",
5
- "type": "module",
6
- "main": "index.js",
7
- "scripts": {
8
- "start": "nodemon dev.js",
9
- "test": "uvu test"
10
- },
11
4
  "author": "R. Mark Volkmann",
12
5
  "license": "MIT",
6
+ "main": "index.js",
7
+ "type": "module",
8
+ "version": "0.1.2",
13
9
  "devDependencies": {
14
10
  "@custom-elements-manifest/analyzer": "^0.1.14",
15
11
  "globby": "^11.0.3",