@dreamworld/dw-checkbox
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,4 +13,4 @@ /** | ||
import '@material/mwc-checkbox'; | ||
import '@dw/dw-form/dw-form-field'; | ||
import { DwFormElement } from '@dw/dw-form/dw-form-element'; | ||
import '@dreamworld/dw-form/dw-form-field'; | ||
import { DwFormElement } from '@dreamworld/dw-form/dw-form-element'; | ||
@@ -17,0 +17,0 @@ export class DwCheckbox extends DwFormElement(LitElement) { |
{ | ||
"name": "@dreamworld/dw-checkbox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "dw-checkbox.js", | ||
"scripts": { | ||
@@ -24,5 +24,5 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"dependencies": { | ||
"@dw/dw-form": "0.1.0", | ||
"@dreamworld/dw-form": "0.1.0", | ||
"@material/mwc-checkbox": "^0.6.0" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # dw-checkbox | ||
``` html | ||
npm install --save @dw/dw-checkbox | ||
npm install --save @dreamworld/dw-checkbox | ||
``` | ||
@@ -15,3 +15,3 @@ | ||
``` html | ||
import '@dw/dw-checkbox/dw-checkbox'; | ||
import '@dreamworld/dw-checkbox'; | ||
``` | ||
@@ -18,0 +18,0 @@ |
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
10438
+ Added@dreamworld/dw-form@0.1.0
+ Added@dreamworld/dw-form@0.1.0(transitive)
+ Added@material/form-field@1.1.0(transitive)
+ Added@material/mwc-formfield@0.6.0(transitive)
+ Added@material/typography@1.0.0(transitive)
- Removed@dw/dw-form@0.1.0