lit-heroicons
Advanced tools
Comparing version 0.0.4 to 0.0.5
import { LitElement } from "lit-element"; | ||
import { HeroIconName } from "./src/heroicons"; | ||
import { HeroIconName } from "./generated/heroicons"; | ||
export declare class Heroicon extends LitElement { | ||
@@ -4,0 +4,0 @@ solid: boolean; |
@@ -11,3 +11,3 @@ "use strict"; | ||
const lit_element_1 = require("lit-element"); | ||
const heroicons_1 = require("./src/heroicons"); | ||
const heroicons_1 = require("./generated/heroicons"); | ||
let Heroicon = class Heroicon extends lit_element_1.LitElement { | ||
@@ -14,0 +14,0 @@ constructor() { |
@@ -13,4 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/heroicons"), exports); | ||
__exportStar(require("./generated/heroicons"), exports); | ||
__exportStar(require("./heroicon"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "lit-heroicons", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Heroicons for Lit (Project based on heroicons)", | ||
@@ -10,6 +10,3 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist/src/heroicons.js", | ||
"dist/src/heroicons.d.ts", | ||
"dist/heroicon.js", | ||
"dist/heroicon.d.ts" | ||
"dist" | ||
], | ||
@@ -20,3 +17,3 @@ "scripts": { | ||
"build": "npm run build:icons && npm run build:dist", | ||
"clean": "rm -rf src && rm -rf index.js && rm -rf index.mjs && rm -rf index.d.ts" | ||
"clean": "rm -rf generated && rm -rf dist" | ||
}, | ||
@@ -23,0 +20,0 @@ "author": "Justin Voitel <justin.voitel@gmail.com>", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
363255
11
1784
1