@wildebeest/boxlayout
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@wildebeest/boxlayout", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Box Layout module for creating fullscreen admin enviroments", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"build": "tsc --declaration", | ||
"test": "jest" | ||
"test": "jest", | ||
"deploy": "npm run test && npm run build && git add -A && git commit -m 'deploy' && git push origin master" | ||
}, | ||
@@ -18,3 +19,3 @@ "repository": { | ||
"@wildebeest/common": "^0.2.0", | ||
"@wildebeest/drag": "^0.1.1", | ||
"@wildebeest/drag": "^0.2.0", | ||
"@wildebeest/js-modules": "^0.1.0", | ||
@@ -21,0 +22,0 @@ "@wildebeest/scroll": "^0.2.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
74241
- Removed@wildebeest/drag@0.1.1(transitive)
Updated@wildebeest/drag@^0.2.0