Comparing version 0.0.11 to 0.0.12
@@ -1,2 +0,2 @@ | ||
export * from './components'; | ||
export {}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './components'; | ||
export type { Components, JSX } from './components'; |
{ | ||
"name": "dough-js", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "This library provides widgets that can be used to create a smooshy user interface.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.cjs.js", | ||
"scripts": { | ||
"build": "stencil build", | ||
"build": "stencil build --docs", | ||
"start": "stencil build --dev --watch --serve --no-open", | ||
@@ -30,6 +30,4 @@ "test": "stencil test --spec --e2e", | ||
}, | ||
"dependencies": { | ||
"@stencil/core": "^4.7.0" | ||
}, | ||
"devDependencies": { | ||
"@stencil/core": "^4.7.0", | ||
"@stencil/react-output-target": "^0.5.3", | ||
@@ -36,0 +34,0 @@ "@stencil/sass": "^3.0.5", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
1286089
8
- Removed@stencil/core@^4.7.0
- Removed@stencil/core@4.22.3(transitive)