@lskjs/autobind
Advanced tools
Comparing version 1.77.3 to 1.81.1
{ | ||
"name": "@lskjs/autobind", | ||
"version": "1.77.3", | ||
"version": "1.81.1", | ||
"description": "LSK ux subrepo: autobind", | ||
@@ -13,3 +13,7 @@ "author": "Igor Suvorov <hi@isuvorov.com>", | ||
"scripts": { | ||
"start": "../../scripts/package-start.sh", | ||
"dev": "npm run watch", | ||
"dev:server": "../../scripts/package-dev-server.sh", | ||
"dev:cra": "../../scripts/package-dev-cra.sh", | ||
"dev:cra-and-server": "../../scripts/package-dev-cra-and-server.sh", | ||
"postversion": "npm run release", | ||
@@ -29,3 +33,5 @@ "lint:js": "../../scripts/package-lint-js.sh", | ||
"storybook": "../../scripts/package-storybook.sh", | ||
"styleguide": "../../scripts/package-styleguide.sh" | ||
"styleguide": "../../scripts/package-styleguide.sh", | ||
"i18": "../../scripts/package-i18.sh", | ||
"clear": "../../scripts/package-clear.sh" | ||
}, | ||
@@ -32,0 +38,0 @@ "dependencies": { |
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
2409